Shades of Baker's Chocolate #542A06
Tints of Baker's Chocolate #542A06
RGB
CMYK
RGB Variations
Color information
#542A06 (or 0x542A06) is known color: Baker's Chocolate. HEX triplet: 54, 2A and 06. RGB value is (84,42,6). Sum of RGB (Red+Green+Blue) = 84+42+6=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #542A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542A06 is #ABD5F9. Grayscale: #323232. Windows color (decimal): -11261434 or 404052. OLE color: 404052.
HSL color Cylindrical-coordinate representation of color #542A06: hue angle of 27.69º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #542A06 is Cyan = 0, Magento = 0.5, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 6 | - |
| CMYK | 0 | 0.5 | 0.93 | 0.67 |
| HSL | 27.69º | 0.87% | 0.18% | - |
| HSV(B) | 27.69º | 0.93% | 0.33% | - |
| XYZ | 4.52 | 3.55 | 0.62 | - |
| YUV | 50.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 6 | 0 | 0.5 | 0.93 | 0.67 | 27.69 | 0.87 | 0.18 |
| Hex | 54 | 2A | 6 | 0 | 32 | 5D | 43 | 1C | 57 | 12 |
| Octal | 124 | 52 | 6 | 0 | 62 | 135 | 103 | 34 | 127 | 22 |
| Binary | 1010100 | 101010 | 110 | 0 | 110010 | 1011101 | 1000011 | 11100 | 1010111 | 10010 |
Color Harmonies of #542A06
Complementary color
Monochromatic Colors of #542A06
Black with #542A06
Text Example
Text Example
White with #542A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A06; }
p { color: rgb(84,42,6); }
H1.HeaderClassName
{
color: #542A06;
}
.AnyTagClassName
{
color: #542A06;
}
</style>
background-color css
<style>
a { background-color: #542A06; }
a { background-color: rgb(84,42,6); }
div.DivClassName
{
background-color: #542A06;
}
.BgClassName
{
background-color: #542A06;
}
</style>
border-color css
<style>
span { border-color: #542A06; }
span { border-color: rgb(84,42,6); }
td.TdClassName
{
border-color: #542A06;
}
.TagClassName
{
border-color: #542A06;
}
</style>