Shades of Baker's Chocolate #542D08
Tints of Baker's Chocolate #542D08
RGB
CMYK
RGB Variations
Color information
#542D08 (or 0x542D08) is known color: Baker's Chocolate. HEX triplet: 54, 2D and 08. RGB value is (84,45,8). Sum of RGB (Red+Green+Blue) = 84+45+8=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #542D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542D08 is #ABD2F7. Grayscale: #343434. Windows color (decimal): -11260664 or 535892. OLE color: 535892.
HSL color Cylindrical-coordinate representation of color #542D08: hue angle of 29.21º 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 #542D08 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 45 | 8 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.67 |
| HSL | 29.21º | 0.83% | 0.18% | - |
| HSV(B) | 29.21º | 0.9% | 0.33% | - |
| XYZ | 4.64 | 3.78 | 0.71 | - |
| YUV | 52.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 8 | 0 | 0.46 | 0.90 | 0.67 | 29.21 | 0.83 | 0.18 |
| Hex | 54 | 2D | 8 | 0 | 2E | 5A | 43 | 1D | 53 | 12 |
| Octal | 124 | 55 | 10 | 0 | 56 | 132 | 103 | 35 | 123 | 22 |
| Binary | 1010100 | 101101 | 1000 | 0 | 101110 | 1011010 | 1000011 | 11101 | 1010011 | 10010 |
Color Harmonies of #542D08
Complementary color
Monochromatic Colors of #542D08
Black with #542D08
Text Example
Text Example
White with #542D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D08; }
p { color: rgb(84,45,8); }
H1.HeaderClassName
{
color: #542D08;
}
.AnyTagClassName
{
color: #542D08;
}
</style>
background-color css
<style>
a { background-color: #542D08; }
a { background-color: rgb(84,45,8); }
div.DivClassName
{
background-color: #542D08;
}
.BgClassName
{
background-color: #542D08;
}
</style>
border-color css
<style>
span { border-color: #542D08; }
span { border-color: rgb(84,45,8); }
td.TdClassName
{
border-color: #542D08;
}
.TagClassName
{
border-color: #542D08;
}
</style>