# Tesseract Brand Identity

A complete profile of **Tesseract**'s visual system — colors, typography, components, and personality — extracted from http://tesseract.space. Built for designers, agents, and AI tools.

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

## Quick Facts

| Field | Value |
|---|---|
| Primary | #9BBE4B |
| Accent | #2E4453 |
| Body Font | Quattrocento Sans |
| Heading Font | Quattrocento Sans |

## Color Palette

- primary: #9BBE4B
- secondary: #E8554E
- accent: #2E4453
- background: #F5F4F4
- textPrimary: #2E4453
- link: #2E4453

## Typography

- primary: Quattrocento Sans — https://fonts.google.com/specimen/Quattrocento+Sans
- heading: Quattrocento Sans — https://fonts.google.com/specimen/Quattrocento+Sans

## Visual Assets

- Favicon: https://tesseract.space/wp-content/uploads/2017/06/cropped-tesseract-banner31.png?w=32
- Social card (og:image): https://tesseract.space/wp-content/uploads/2017/06/cropped-tesseract-banner31.png?w=200

## Brand Personality

Tone: modern · Energy: medium · Audience: aerospace industry professionals

## Tesseract Brand in the Wild

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

- **Advancing Anomaly Detection for Industry Applications with NVIDIA NV- Tesseract-AD | NVIDIA Technical Blog**  
  - Image: https://developer-blogs.nvidia.com/wp-content/uploads/2025/09/Industrial-NV-Tasseract-AD-e1758906541355-1024x574.webp  
  - Source: https://developer.nvidia.com/blog/advancing-anomaly-detection-for-industry-applications-with-nvidia-nv-tesseract-ad/
- **S.H.I.E.L.D. Tesseract File Sheet by viperaviator on DeviantArt**  
  - Image: https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/b166c42f-26f7-4dd9-89ad-7167faf8e9da/d8w8o92-281a9264-61fd-4df9-9633-6e6afde971ba.png/v1/fill/w_1024,h_1326,q_80,strp/s_h_i_e_l_d__tesseract_file_sheet_by_viperaviator_d8w8o92-fullview.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNz NhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczY TVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9MTMyNiIsInBhdGgiOiIvZi9iMTY2YzQyZi0yNmY3LTRkZDktODlhZC03MTY3ZmFmOGU5ZGEvZDh3OG85Mi0yODFhOTI2NC02MWZkLTRkZjktOTYzMy02ZTZhZmRlOTcxYmEucG5nIiwid2lkdGgiOiI8PTEwMjQifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6aW1hZ2Uub3BlcmF0aW9ucyJdfQ.xKcklb0bdjswQRA-10L7BOKE9JrhTihwBfvm3uxl-w0  
  - Source: https://www.deviantart.com/viperaviator/art/S-H-I-E-L-D-Tesseract-File-Sheet-537881798
- **TesseracT | Official Website**  
  - Image: https://images.squarespace-cdn.com/content/v1/630e09da18ddff6cfc0faa3e/4c1518f1-0505-4435-86d3-924d3876f431/YT+COVER+03.jpg  
  - Source: https://www.tesseractband.co.uk/
- **The Tesseract is available at ShopDisney! Other relics are coming this fall. #Ad #Marvel #Disney . https://t.co/EYbnYeMscG**  
  - Image: https://pbs.twimg.com/media/FcpfxUraUAA0LMq.jpg  
  - Source: https://x.com/DisTrackers/status/1570172726773714946
- **How to extract data using Tesseract OCR?**  
  - Image: https://cdn.prod.website-files.com/64be86eaa29fa71f24b00685/67377e499d7b45b0890e54a6_650d81680772196f1934adb6_Google%2520thing.webp  
  - Source: https://www.docsumo.com/blog/tesseract-ocr
- **Tesseract Field Service Management Software | Book a Demo**  
  - Image: https://tesseract.co.uk/wp-content/uploads/2024/05/Tesseract_features_collage_5-1024x737.png  
  - Source: https://tesseract.co.uk/

## 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": "Quattrocento Sans",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Oxygen-Sans",
      "role": "body"
    },
    {
      "family": "Ubuntu",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#9BBE4B",
    "secondary": "#E8554E",
    "accent": "#2E4453",
    "background": "#F5F4F4",
    "textPrimary": "#2E4453",
    "link": "#2E4453"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Quattrocento Sans",
      "heading": "Quattrocento Sans"
    },
    "fontStacks": {
      "heading": [
        "Quattrocento Sans",
        "sans-serif"
      ],
      "body": [
        "Quattrocento Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Quattrocento Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "54px",
      "h2": "16px",
      "body": "36px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {},
  "images": {
    "logo": null,
    "favicon": "https://tesseract.space/wp-content/uploads/2017/06/cropped-tesseract-banner31.png?w=32",
    "ogImage": "https://tesseract.space/wp-content/uploads/2017/06/cropped-tesseract-banner31.png?w=200"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "aerospace industry professionals"
  },
  "designSystem": {
    "framework": "unknown",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0.9,
    "overall": 0.45
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": false,
      "llmSucceeded": false
    }
  }
}
```
