Shades of Baker's Chocolate #542F00
Tints of Baker's Chocolate #542F00
RGB
CMYK
RGB Variations
Color information
#542F00 (or 0x542F00) is known color: Baker's Chocolate. HEX triplet: 54, 2F and 00. RGB value is (84,47,0). Sum of RGB (Red+Green+Blue) = 84+47+0=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #542F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542F00 is #ABD0FF. Grayscale: #343434. Windows color (decimal): -11260160 or 12116. OLE color: 12116.
HSL color Cylindrical-coordinate representation of color #542F00: hue angle of 33.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #542F00 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.67 |
| HSL | 33.57º | 1% | 0.16% | - |
| HSV(B) | 33.57º | 1% | 0.33% | - |
| XYZ | 4.67 | 3.92 | 0.51 | - |
| YUV | 52.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 0 | 0 | 0.44 | 1 | 0.67 | 33.57 | 1 | 0.16 |
| Hex | 54 | 2F | 0 | 0 | 2C | 64 | 43 | 22 | 64 | 10 |
| Octal | 124 | 57 | 0 | 0 | 54 | 144 | 103 | 42 | 144 | 20 |
| Binary | 1010100 | 101111 | 0 | 0 | 101100 | 1100100 | 1000011 | 100010 | 1100100 | 10000 |
Color Harmonies of #542F00
Complementary color
Monochromatic Colors of #542F00
Black with #542F00
Text Example
Text Example
White with #542F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F00; }
p { color: rgb(84,47,0); }
H1.HeaderClassName
{
color: #542F00;
}
.AnyTagClassName
{
color: #542F00;
}
</style>
background-color css
<style>
a { background-color: #542F00; }
a { background-color: rgb(84,47,0); }
div.DivClassName
{
background-color: #542F00;
}
.BgClassName
{
background-color: #542F00;
}
</style>
border-color css
<style>
span { border-color: #542F00; }
span { border-color: rgb(84,47,0); }
td.TdClassName
{
border-color: #542F00;
}
.TagClassName
{
border-color: #542F00;
}
</style>