# Brown Foods Brand Identity

A complete profile of **Brown Foods**'s visual system — colors, typography, components, and personality — extracted from https://unrealmilk.com/. Built for designers, agents, and AI tools.

- Page: https://characterquilt.com/branding/brown-foods
- Machine-readable JSON: https://characterquilt.com/branding/brown-foods.json
- Per-page llms.txt: https://characterquilt.com/branding/brown-foods/llms.txt

## Quick Facts

| Field | Value |
|---|---|
| Primary | #6B7280 |
| Accent | #FFE512 |
| Body Font | Poppins |
| Heading Font | Poppins |

## Color Palette

- primary: #6B7280
- secondary: #9CA3AF
- accent: #FFE512
- background: #000000
- textPrimary: #000000
- link: #FFE512

## Typography

- primary: Poppins — https://fonts.google.com/specimen/Poppins
- heading: Poppins — https://fonts.google.com/specimen/Poppins

## Visual Assets

- Logo: 
- Favicon:

## Brand Personality

Tone: modern · Energy: medium · Audience: health-conscious consumers

## Brown Foods Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

- **UnReal Milk**
  - Image: 
  - Source: https://www.unrealmilk.com/
- **UnReal Milk**
  - Image: 
  - Source: https://www.unrealmilk.com/
- **UnReal Milk**
  - Image: 
  - Source: https://www.unrealmilk.com/
- **UnReal Milk**
  - Image: 
  - Source: https://www.unrealmilk.com/
- **UnReal Milk**
  - Image: 
  - Source: https://www.unrealmilk.com/
- **35+ Brown Foods for a Color Party (Sweet & Savory) - Platings + Pairings**
  - Image: 
  - Source: https://www.platingsandpairings.com/brown-foods/

## 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": "dark",
  "fonts": [
    {
      "family": "Poppins",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#6B7280",
    "secondary": "#9CA3AF",
    "accent": "#FFE512",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#FFE512"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Poppins",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "Poppins"
      ],
      "body": [
        "Arial",
        "Helvetica",
        "sans-serif"
      ],
      "paragraph": [
        "Arial",
        "Helvetica",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "320px",
      "h2": "12px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {},
  "images": {
    "logo": "https://www.unrealmilk.com/_next/image?url=%2Flogo.png&w=128&q=75",
    "favicon": "https://www.unrealmilk.com/favicon.ico",
    "ogImage": null,
    "logoHref": "#Home",
    "logoAlt": "NoReal Milk Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, located in the header, and matches the brand name 'UnReal Milk'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "health-conscious consumers"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0.9,
    "overall": 0.45
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, located in the header, and matches the brand name 'UnReal Milk'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": false,
      "llmSucceeded": false
    }
  }
}
```
