Shades of Baker's Chocolate #542A0C
Tints of Baker's Chocolate #542A0C
RGB
CMYK
RGB Variations
Color information
#542A0C (or 0x542A0C) is known color: Baker's Chocolate. HEX triplet: 54, 2A and 0C. RGB value is (84,42,12). Sum of RGB (Red+Green+Blue) = 84+42+12=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #542A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542A0C is #ABD5F3. Grayscale: #333333. Windows color (decimal): -11261428 or 797268. OLE color: 797268.
HSL color Cylindrical-coordinate representation of color #542A0C: hue angle of 25º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #542A0C is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 12 | - |
| CMYK | 0 | 0.5 | 0.86 | 0.67 |
| HSL | 25º | 0.75% | 0.19% | - |
| HSV(B) | 25º | 0.86% | 0.33% | - |
| XYZ | 4.55 | 3.57 | 0.8 | - |
| YUV | 51.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 12 | 0 | 0.5 | 0.86 | 0.67 | 25 | 0.75 | 0.19 |
| Hex | 54 | 2A | C | 0 | 32 | 56 | 43 | 19 | 4B | 13 |
| Octal | 124 | 52 | 14 | 0 | 62 | 126 | 103 | 31 | 113 | 23 |
| Binary | 1010100 | 101010 | 1100 | 0 | 110010 | 1010110 | 1000011 | 11001 | 1001011 | 10011 |
Color Harmonies of #542A0C
Complementary color
Monochromatic Colors of #542A0C
Black with #542A0C
Text Example
Text Example
White with #542A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A0C; }
p { color: rgb(84,42,12); }
H1.HeaderClassName
{
color: #542A0C;
}
.AnyTagClassName
{
color: #542A0C;
}
</style>
background-color css
<style>
a { background-color: #542A0C; }
a { background-color: rgb(84,42,12); }
div.DivClassName
{
background-color: #542A0C;
}
.BgClassName
{
background-color: #542A0C;
}
</style>
border-color css
<style>
span { border-color: #542A0C; }
span { border-color: rgb(84,42,12); }
td.TdClassName
{
border-color: #542A0C;
}
.TagClassName
{
border-color: #542A0C;
}
</style>