Shades of Baker's Chocolate #542F0B
Tints of Baker's Chocolate #542F0B
RGB
CMYK
RGB Variations
Color information
#542F0B (or 0x542F0B) is known color: Baker's Chocolate. HEX triplet: 54, 2F and 0B. RGB value is (84,47,11). Sum of RGB (Red+Green+Blue) = 84+47+11=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #542F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542F0B is #ABD0F4. Grayscale: #363636. Windows color (decimal): -11260149 or 733012. OLE color: 733012.
HSL color Cylindrical-coordinate representation of color #542F0B: hue angle of 29.59º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #542F0B is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 11 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.67 |
| HSL | 29.59º | 0.77% | 0.19% | - |
| HSV(B) | 29.59º | 0.87% | 0.33% | - |
| XYZ | 4.73 | 3.94 | 0.83 | - |
| YUV | 53.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 11 | 0 | 0.44 | 0.87 | 0.67 | 29.59 | 0.77 | 0.19 |
| Hex | 54 | 2F | B | 0 | 2C | 57 | 43 | 1E | 4D | 13 |
| Octal | 124 | 57 | 13 | 0 | 54 | 127 | 103 | 36 | 115 | 23 |
| Binary | 1010100 | 101111 | 1011 | 0 | 101100 | 1010111 | 1000011 | 11110 | 1001101 | 10011 |
Color Harmonies of #542F0B
Complementary color
Monochromatic Colors of #542F0B
Black with #542F0B
Text Example
Text Example
White with #542F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F0B; }
p { color: rgb(84,47,11); }
H1.HeaderClassName
{
color: #542F0B;
}
.AnyTagClassName
{
color: #542F0B;
}
</style>
background-color css
<style>
a { background-color: #542F0B; }
a { background-color: rgb(84,47,11); }
div.DivClassName
{
background-color: #542F0B;
}
.BgClassName
{
background-color: #542F0B;
}
</style>
border-color css
<style>
span { border-color: #542F0B; }
span { border-color: rgb(84,47,11); }
td.TdClassName
{
border-color: #542F0B;
}
.TagClassName
{
border-color: #542F0B;
}
</style>