# Intelligent Brand Identity A complete profile of **Intelligent**'s visual system — colors, typography, components, and personality — extracted from https://www.intelligent.services/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/intelligent - Machine-readable JSON: https://characterquilt.com/branding/intelligent.json - Per-page llms.txt: https://characterquilt.com/branding/intelligent/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #000000 | | Accent | #000000 | | Body Font | Times New Roman | | Heading Font | Times New Roman | ## Color Palette - primary: #000000 - accent: #000000 - background: #FFFFFF - textPrimary: #111111 - link: #000000 ## Typography - primary: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman - heading: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman ## Visual Assets - Favicon: data:, ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## Intelligent Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **25 Clever Advertisements You Need To See - Hongkiat** - Image: https://assets.hongkiat.com/uploads/really-creative-ads-you-need-to-see/precision-parking-by-vw.jpg - Source: https://www.hongkiat.com/blog/really-creative-ads-you-need-to-see/ - **Write Like a Spy (or How to Write to Get Decisions) | ContentSparks** - Image: https://contentsparks.com/wp-content/uploads/2022/01/Writing-Intelligent-Reports.png.webp - Source: https://contentsparks.com/write-like-a-spy-or-how-to-write-to-get-decisions/ - **Meet Unbounce: Your AI-Powered Landing Page Builder** - Image: https://martech.zone/wp-content/uploads/2023/07/unbounce-ai-landing-page-builder.png - Source: https://martech.zone/unbounce-ai-landing-page-builder/ - **Home | intelligentadmedia** - Image: https://static.wixstatic.com/media/41d86e_7efddeacfdc943b8bb20f3c136d77d2b~mv2.png/v1/fit/w_2500,h_1330,al_c/41d86e_7efddeacfdc943b8bb20f3c136d77d2b~mv2.png - Source: https://www.intelligentadmedia.com/ - **2023 Intelligent Automation Spend & Trends Report** - Image: https://eco-cdn.iqpc.com/eco/images/channel_content/images/cover_2qfflytsERDiWy5evXILwNLONUBMDeNGaGtx3js6F.jpg - Source: https://www.intelligentautomation.network/intelligent-automation-ia-rpa/whitepapers/2023-intelligent-automation-spend-trends-report - **Nero - Intelligent Ai landing Page by Wolfpixel UI/UX for Wolfpixel Agency on Dribbble** - Image: https://cdn.dribbble.com/userupload/47399575/file/8b9f7570ac877f9e93a23f9ab3fc90a7.jpg?resize=752x&vertical=center - Source: https://dribbble.com/shots/27282090-Nero-Intelligent-Ai-landing-Page ## Working with these fonts Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts: CharacterQuilt.com suggests this flow that can help: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path. Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same. Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "Times New Roman", "count": 3 } ], "colors": { "primary": "#000000", "accent": "#000000", "background": "#FFFFFF", "textPrimary": "#111111", "link": "#000000" }, "typography": { "fontFamilies": { "primary": "Times New Roman", "heading": "Times New Roman" }, "fontStacks": { "body": [ "Times New Roman" ], "heading": [ "Times New Roman" ], "paragraph": [ "Times New Roman" ] }, "fontSizes": { "h1": "16px", "h2": "16px", "body": "16px" } }, "spacing": { "baseUnit": 8, "borderRadius": "8px" }, "components": {}, "images": { "logo": null, "favicon": "data:,", "ogImage": null }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "unknown" }, "designSystem": { "framework": "unknown", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0, "overall": 0 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none", "rawLogoSelection": { "selectedLogoIndex": -1, "selectedLogoReasoning": "LLM failed", "confidence": 0 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false, "error": "LLM call failed or returned fallback values" } } } ```