Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8826979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T07:16:27+00:00 2026-06-14T07:16:27+00:00

Possible Duplicate: Why does HTML think chucknorris is a color? How is the bgcolor

  • 0

Possible Duplicate:
Why does HTML think “chucknorris” is a color?

How is the bgcolor property calculated?

When i use the following html code…

<body bgcolor="#Deine Mutter hat eine Farbe und die ist grün."></body>

…what I get is the following color.

#Deine Mutter hat eine Farbe und die ist grün.

By the way: When I try to use it in CSS it won´t work and will apply the standard color:

body{
    color: #IchwillGOLD;
}

Why?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T07:16:28+00:00Added an answer on June 14, 2026 at 7:16 am

    My first try on this was a little trial on error and while I found some interesting properties of the system, it wasn’t quite enough to form an answer. Next, I turned my attention to the standard. The reason that I believed this to be in the standard was that I tested it on three different browsers and they actually all did the same thing. Using the standard I found out what happens:

    1. All characters that aren’t hexadecimal are replaced by zeroes (so only zeroes, 1-9 and a-e remain)
    2. The string is zero padded at the end to be a multiple of three
    3. The string is then divided up in three equal parts, each representing a color
    4. If the resulting strings are longer than 8 characters, take the last 8 characters of each string
    5. As long as each of the strings starts with a zero, the first character is removed from each string (not happening for this particular string since it starts with De
    6. The first two characters are taken from each of those strings and converted to a number for use as one of the components of the color

    This way you’ll see you get 00FA00 for Deine Mutter hat eine Farbe und die ist grün.

    The html5 standard describes the process more precisely and actually describes a couple more cases here: http://www.w3.org/TR/html5/common-microsyntaxes.html#colors under the “rules for parsing a legacy color value”

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Html validation error for property attribute According to facebook to use their
Possible Duplicate: What does <<- mean in Ruby? I saw this in devise_helper.rb html
Possible Duplicate: Is it OK to use unknown HTML tags? I've tested a custom
Possible Duplicate: What does the HTML acronym “span” stands for? why span tag is
Possible Duplicate: Benefits of omitting closing body and html tags? If you see google.com
Possible Duplicate: Does <STYLE> have to be in the <HEAD> of an HTML document?
Possible Duplicate: Why does jQuery .after() not chain the new element? This reference code:
Possible Duplicate: Does it make sense to use the <table> tag on a “modern”
Possible Duplicate: Got Hacked - Anyone know what this PHP Code Does? I just
Possible Duplicate: position: absolute without setting top/left/bottom/right? Looking at the following code, I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.