Shades of Baker's Chocolate #542A08
Tints of Baker's Chocolate #542A08
RGB
CMYK
RGB Variations
Color information
#542A08 (or 0x542A08) is known color: Baker's Chocolate. HEX triplet: 54, 2A and 08. RGB value is (84,42,8). Sum of RGB (Red+Green+Blue) = 84+42+8=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #542A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542A08 is #ABD5F7. Grayscale: #323232. Windows color (decimal): -11261432 or 535124. OLE color: 535124.
HSL color Cylindrical-coordinate representation of color #542A08: hue angle of 26.84º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #542A08 is Cyan = 0, Magento = 0.5, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 8 | - |
| CMYK | 0 | 0.5 | 0.90 | 0.67 |
| HSL | 26.84º | 0.83% | 0.18% | - |
| HSV(B) | 26.84º | 0.9% | 0.33% | - |
| XYZ | 4.53 | 3.56 | 0.68 | - |
| YUV | 50.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 8 | 0 | 0.5 | 0.90 | 0.67 | 26.84 | 0.83 | 0.18 |
| Hex | 54 | 2A | 8 | 0 | 32 | 5A | 43 | 1B | 53 | 12 |
| Octal | 124 | 52 | 10 | 0 | 62 | 132 | 103 | 33 | 123 | 22 |
| Binary | 1010100 | 101010 | 1000 | 0 | 110010 | 1011010 | 1000011 | 11011 | 1010011 | 10010 |
Color Harmonies of #542A08
Complementary color
Monochromatic Colors of #542A08
Black with #542A08
Text Example
Text Example
White with #542A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A08; }
p { color: rgb(84,42,8); }
H1.HeaderClassName
{
color: #542A08;
}
.AnyTagClassName
{
color: #542A08;
}
</style>
background-color css
<style>
a { background-color: #542A08; }
a { background-color: rgb(84,42,8); }
div.DivClassName
{
background-color: #542A08;
}
.BgClassName
{
background-color: #542A08;
}
</style>
border-color css
<style>
span { border-color: #542A08; }
span { border-color: rgb(84,42,8); }
td.TdClassName
{
border-color: #542A08;
}
.TagClassName
{
border-color: #542A08;
}
</style>