Shades of Baker's Chocolate #542206
Tints of Baker's Chocolate #542206
RGB
CMYK
RGB Variations
Color information
#542206 (or 0x542206) is known color: Baker's Chocolate. HEX triplet: 54, 22 and 06. RGB value is (84,34,6). Sum of RGB (Red+Green+Blue) = 84+34+6=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #542206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542206 is #ABDDF9. Grayscale: #2D2D2D. Windows color (decimal): -11263482 or 402004. OLE color: 402004.
HSL color Cylindrical-coordinate representation of color #542206: hue angle of 21.54º 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 #542206 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 34 | 6 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.67 |
| HSL | 21.54º | 0.87% | 0.18% | - |
| HSV(B) | 21.54º | 0.93% | 0.33% | - |
| XYZ | 4.26 | 3.04 | 0.53 | - |
| YUV | 45.76 | 105.57 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 6 | 0 | 0.60 | 0.93 | 0.67 | 21.54 | 0.87 | 0.18 |
| Hex | 54 | 22 | 6 | 0 | 3C | 5D | 43 | 16 | 57 | 12 |
| Octal | 124 | 42 | 6 | 0 | 74 | 135 | 103 | 26 | 127 | 22 |
| Binary | 1010100 | 100010 | 110 | 0 | 111100 | 1011101 | 1000011 | 10110 | 1010111 | 10010 |
Color Harmonies of #542206
Complementary color
Monochromatic Colors of #542206
Black with #542206
Text Example
Text Example
White with #542206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542206; }
p { color: rgb(84,34,6); }
H1.HeaderClassName
{
color: #542206;
}
.AnyTagClassName
{
color: #542206;
}
</style>
background-color css
<style>
a { background-color: #542206; }
a { background-color: rgb(84,34,6); }
div.DivClassName
{
background-color: #542206;
}
.BgClassName
{
background-color: #542206;
}
</style>
border-color css
<style>
span { border-color: #542206; }
span { border-color: rgb(84,34,6); }
td.TdClassName
{
border-color: #542206;
}
.TagClassName
{
border-color: #542206;
}
</style>