Shades of Baker's Chocolate #542F0C
Tints of Baker's Chocolate #542F0C
RGB
CMYK
RGB Variations
Color information
#542F0C (or 0x542F0C) is known color: Baker's Chocolate. HEX triplet: 54, 2F and 0C. RGB value is (84,47,12). Sum of RGB (Red+Green+Blue) = 84+47+12=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #542F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542F0C is #ABD0F3. Grayscale: #363636. Windows color (decimal): -11260148 or 798548. OLE color: 798548.
HSL color Cylindrical-coordinate representation of color #542F0C: hue angle of 29.17º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #542F0C is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 12 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.67 |
| HSL | 29.17º | 0.75% | 0.19% | - |
| HSV(B) | 29.17º | 0.86% | 0.33% | - |
| XYZ | 4.74 | 3.94 | 0.86 | - |
| YUV | 54.07 | 104.26 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 12 | 0 | 0.44 | 0.86 | 0.67 | 29.17 | 0.75 | 0.19 |
| Hex | 54 | 2F | C | 0 | 2C | 56 | 43 | 1D | 4B | 13 |
| Octal | 124 | 57 | 14 | 0 | 54 | 126 | 103 | 35 | 113 | 23 |
| Binary | 1010100 | 101111 | 1100 | 0 | 101100 | 1010110 | 1000011 | 11101 | 1001011 | 10011 |
Color Harmonies of #542F0C
Complementary color
Monochromatic Colors of #542F0C
Black with #542F0C
Text Example
Text Example
White with #542F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F0C; }
p { color: rgb(84,47,12); }
H1.HeaderClassName
{
color: #542F0C;
}
.AnyTagClassName
{
color: #542F0C;
}
</style>
background-color css
<style>
a { background-color: #542F0C; }
a { background-color: rgb(84,47,12); }
div.DivClassName
{
background-color: #542F0C;
}
.BgClassName
{
background-color: #542F0C;
}
</style>
border-color css
<style>
span { border-color: #542F0C; }
span { border-color: rgb(84,47,12); }
td.TdClassName
{
border-color: #542F0C;
}
.TagClassName
{
border-color: #542F0C;
}
</style>