Shades of Baker's Chocolate #542007
Tints of Baker's Chocolate #542007
RGB
CMYK
RGB Variations
Color information
#542007 (or 0x542007) is known color: Baker's Chocolate. HEX triplet: 54, 20 and 07. RGB value is (84,32,7). Sum of RGB (Red+Green+Blue) = 84+32+7=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #542007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542007 is #ABDFF8. Grayscale: #2C2C2C. Windows color (decimal): -11263993 or 467028. OLE color: 467028.
HSL color Cylindrical-coordinate representation of color #542007: hue angle of 19.48º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #542007 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 32 | 7 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.67 |
| HSL | 19.48º | 0.85% | 0.18% | - |
| HSV(B) | 19.48º | 0.92% | 0.33% | - |
| XYZ | 4.21 | 2.93 | 0.55 | - |
| YUV | 44.7 | 106.73 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 7 | 0 | 0.62 | 0.92 | 0.67 | 19.48 | 0.85 | 0.18 |
| Hex | 54 | 20 | 7 | 0 | 3E | 5C | 43 | 13 | 55 | 12 |
| Octal | 124 | 40 | 7 | 0 | 76 | 134 | 103 | 23 | 125 | 22 |
| Binary | 1010100 | 100000 | 111 | 0 | 111110 | 1011100 | 1000011 | 10011 | 1010101 | 10010 |
Color Harmonies of #542007
Complementary color
Monochromatic Colors of #542007
Black with #542007
Text Example
Text Example
White with #542007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542007; }
p { color: rgb(84,32,7); }
H1.HeaderClassName
{
color: #542007;
}
.AnyTagClassName
{
color: #542007;
}
</style>
background-color css
<style>
a { background-color: #542007; }
a { background-color: rgb(84,32,7); }
div.DivClassName
{
background-color: #542007;
}
.BgClassName
{
background-color: #542007;
}
</style>
border-color css
<style>
span { border-color: #542007; }
span { border-color: rgb(84,32,7); }
td.TdClassName
{
border-color: #542007;
}
.TagClassName
{
border-color: #542007;
}
</style>