1849 bio.json
1849 bio Brand Identity
A complete profile of 1849 bio's visual system — colors, typography, components, and personality — extracted from https://www.1849.bio. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/1849-bio
- Machine-readable JSON: https://characterquilt.com/branding/1849-bio.json
- Per-page llms.txt: https://characterquilt.com/branding/1849-bio/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #FD893D |
| Accent | #FD893D |
| Body Font | Roboto |
| Heading Font | Funnel Sans |
Color Palette
- primary: #FD893D
- secondary: #814A41
- accent: #FD893D
- background: #FFFFFF
- textPrimary: #1F1F1F
- link: #F3EAD9
Typography
- primary: Roboto — https://fonts.google.com/specimen/Roboto
- heading: Funnel Sans — https://fonts.google.com/specimen/Funnel+Sans
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=transparent, textColor=#FFFFFF, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#FD893D, textColor=#FFFFFF, borderRadius=100px, shadow=none
- buttonSecondary: background=#1F1F1F, textColor=#404040, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: industrial and mining companies
1849 bio Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- 1849 bio – Extract more copper from existing stockpiles
- Image:
- Source: 1849 bio
- 1849 bio – Extract more copper from existing stockpiles
- Image:
- Source: 1849 bio
- 1849 bio – Extract more copper from existing stockpiles
- Image:
- Source: 1849 bio
- 1849 bio – Extract more copper from existing stockpiles
- Image:
- Source: 1849 bio
- 1849 bio – Extract more copper from existing stockpiles
- Image:
- Source: 1849 bio
- Home – 1849 bio
- Image:
- Source: Home
Working with these fonts
Not found on Google Fonts? CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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
{
"colorScheme": "light",
"fonts": [
{
"family": "Funnel Sans",
"role": "heading"
},
{
"family": "Roboto",
"role": "body"
}
],
"colors": {
"primary": "#FD893D",
"secondary": "#814A41",
"accent": "#FD893D",
"background": "#FFFFFF",
"textPrimary": "#1F1F1F",
"link": "#F3EAD9"
},
"typography": {
"fontFamilies": {
"primary": "Roboto",
"heading": "Funnel Sans"
},
"fontStacks": {
"heading": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Oxygen-Sans",
"Ubuntu",
"Cantarell",
"Helvetica Neue",
"sans-serif"
],
"body": [
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Oxygen-Sans",
"Ubuntu",
"Cantarell",
"Helvetica Neue",
"sans-serif"
],
"paragraph": [
"Funnel Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "16px",
"h2": "12px",
"body": "24px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "6px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#FD893D",
"textColor": "#FFFFFF",
"borderRadius": "100px",
"borderRadiusCorners": {
"topLeft": "100px",
"topRight": "100px",
"bottomRight": "100px",
"bottomLeft": "100px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#1F1F1F",
"textColor": "#404040",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://1849.bio/wp-content/uploads/2025/02/Layer_1-1.svg",
"favicon": "https://1849.bio/wp-content/uploads/2025/03/1849-favicon.png",
"ogImage": "https://1849.bio/wp-content/uploads/2025/03/1849bio-preview.jpg",
"logoHref": "/"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located near the top of the page, and matches the brand name '1849 Bio'. It links to the homepage, which is a strong indicator of being the main brand logo.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 3,
"text": "Partner With Us",
"reasoning": "Button #3 uses the vibrant brand color #FD893D, which is a strong indicator of a primary call-to-action. The text 'Partner With Us' is action-oriented, making it suitable as the primary CTA."
},
"secondary": {
"index": 0,
"text": "Contact Us",
"reasoning": "Button #0 has a different background color (#1F1F1F) and the text 'Contact Us', which is less prominent than the primary CTA but still important, making it a suitable secondary button."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "industrial and mining companies"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located near the top of the page, and matches the brand name '1849 Bio'. It links to the homepage, which is a strong indicator of being the main brand logo.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}