Shades of Baker's Chocolate #542D06
Tints of Baker's Chocolate #542D06
RGB
CMYK
RGB Variations
Color information
#542D06 (or 0x542D06) is known color: Baker's Chocolate. HEX triplet: 54, 2D and 06. RGB value is (84,45,6). Sum of RGB (Red+Green+Blue) = 84+45+6=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #542D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542D06 is #ABD2F9. Grayscale: #343434. Windows color (decimal): -11260666 or 404820. OLE color: 404820.
HSL color Cylindrical-coordinate representation of color #542D06: hue angle of 30º 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 #542D06 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 45 | 6 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.67 |
| HSL | 30º | 0.87% | 0.18% | - |
| HSV(B) | 30º | 0.93% | 0.33% | - |
| XYZ | 4.63 | 3.77 | 0.66 | - |
| YUV | 52.22 | 101.92 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 6 | 0 | 0.46 | 0.93 | 0.67 | 30 | 0.87 | 0.18 |
| Hex | 54 | 2D | 6 | 0 | 2E | 5D | 43 | 1E | 57 | 12 |
| Octal | 124 | 55 | 6 | 0 | 56 | 135 | 103 | 36 | 127 | 22 |
| Binary | 1010100 | 101101 | 110 | 0 | 101110 | 1011101 | 1000011 | 11110 | 1010111 | 10010 |
Color Harmonies of #542D06
Complementary color
Monochromatic Colors of #542D06
Black with #542D06
Text Example
Text Example
White with #542D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D06; }
p { color: rgb(84,45,6); }
H1.HeaderClassName
{
color: #542D06;
}
.AnyTagClassName
{
color: #542D06;
}
</style>
background-color css
<style>
a { background-color: #542D06; }
a { background-color: rgb(84,45,6); }
div.DivClassName
{
background-color: #542D06;
}
.BgClassName
{
background-color: #542D06;
}
</style>
border-color css
<style>
span { border-color: #542D06; }
span { border-color: rgb(84,45,6); }
td.TdClassName
{
border-color: #542D06;
}
.TagClassName
{
border-color: #542D06;
}
</style>