Shades of Baker's Chocolate #542808
Tints of Baker's Chocolate #542808
RGB
CMYK
RGB Variations
Color information
#542808 (or 0x542808) is known color: Baker's Chocolate. HEX triplet: 54, 28 and 08. RGB value is (84,40,8). Sum of RGB (Red+Green+Blue) = 84+40+8=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #542808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542808 is #ABD7F7. Grayscale: #313131. Windows color (decimal): -11261944 or 534612. OLE color: 534612.
HSL color Cylindrical-coordinate representation of color #542808: hue angle of 25.26º 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 #542808 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 40 | 8 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.67 |
| HSL | 25.26º | 0.83% | 0.18% | - |
| HSV(B) | 25.26º | 0.9% | 0.33% | - |
| XYZ | 4.46 | 3.42 | 0.65 | - |
| YUV | 49.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 8 | 0 | 0.52 | 0.90 | 0.67 | 25.26 | 0.83 | 0.18 |
| Hex | 54 | 28 | 8 | 0 | 34 | 5A | 43 | 19 | 53 | 12 |
| Octal | 124 | 50 | 10 | 0 | 64 | 132 | 103 | 31 | 123 | 22 |
| Binary | 1010100 | 101000 | 1000 | 0 | 110100 | 1011010 | 1000011 | 11001 | 1010011 | 10010 |
Color Harmonies of #542808
Complementary color
Monochromatic Colors of #542808
Black with #542808
Text Example
Text Example
White with #542808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542808; }
p { color: rgb(84,40,8); }
H1.HeaderClassName
{
color: #542808;
}
.AnyTagClassName
{
color: #542808;
}
</style>
background-color css
<style>
a { background-color: #542808; }
a { background-color: rgb(84,40,8); }
div.DivClassName
{
background-color: #542808;
}
.BgClassName
{
background-color: #542808;
}
</style>
border-color css
<style>
span { border-color: #542808; }
span { border-color: rgb(84,40,8); }
td.TdClassName
{
border-color: #542808;
}
.TagClassName
{
border-color: #542808;
}
</style>