Shades of Baker's Chocolate #542A09
Tints of Baker's Chocolate #542A09
RGB
CMYK
RGB Variations
Color information
#542A09 (or 0x542A09) is known color: Baker's Chocolate. HEX triplet: 54, 2A and 09. RGB value is (84,42,9). Sum of RGB (Red+Green+Blue) = 84+42+9=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #542A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542A09 is #ABD5F6. Grayscale: #323232. Windows color (decimal): -11261431 or 600660. OLE color: 600660.
HSL color Cylindrical-coordinate representation of color #542A09: hue angle of 26.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #542A09 is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 9 | - |
| CMYK | 0 | 0.5 | 0.89 | 0.67 |
| HSL | 26.4º | 0.81% | 0.18% | - |
| HSV(B) | 26.4º | 0.89% | 0.33% | - |
| XYZ | 4.53 | 3.56 | 0.71 | - |
| YUV | 50.8 | 104.41 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 9 | 0 | 0.5 | 0.89 | 0.67 | 26.4 | 0.81 | 0.18 |
| Hex | 54 | 2A | 9 | 0 | 32 | 59 | 43 | 1A | 51 | 12 |
| Octal | 124 | 52 | 11 | 0 | 62 | 131 | 103 | 32 | 121 | 22 |
| Binary | 1010100 | 101010 | 1001 | 0 | 110010 | 1011001 | 1000011 | 11010 | 1010001 | 10010 |
Color Harmonies of #542A09
Complementary color
Monochromatic Colors of #542A09
Black with #542A09
Text Example
Text Example
White with #542A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A09; }
p { color: rgb(84,42,9); }
H1.HeaderClassName
{
color: #542A09;
}
.AnyTagClassName
{
color: #542A09;
}
</style>
background-color css
<style>
a { background-color: #542A09; }
a { background-color: rgb(84,42,9); }
div.DivClassName
{
background-color: #542A09;
}
.BgClassName
{
background-color: #542A09;
}
</style>
border-color css
<style>
span { border-color: #542A09; }
span { border-color: rgb(84,42,9); }
td.TdClassName
{
border-color: #542A09;
}
.TagClassName
{
border-color: #542A09;
}
</style>