Shades of Baker's Chocolate #542407
Tints of Baker's Chocolate #542407
RGB
CMYK
RGB Variations
Color information
#542407 (or 0x542407) is known color: Baker's Chocolate. HEX triplet: 54, 24 and 07. RGB value is (84,36,7). Sum of RGB (Red+Green+Blue) = 84+36+7=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #542407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542407 is #ABDBF8. Grayscale: #2F2F2F. Windows color (decimal): -11262969 or 468052. OLE color: 468052.
HSL color Cylindrical-coordinate representation of color #542407: hue angle of 22.6º 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 #542407 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 36 | 7 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.67 |
| HSL | 22.6º | 0.85% | 0.18% | - |
| HSV(B) | 22.6º | 0.92% | 0.33% | - |
| XYZ | 4.33 | 3.16 | 0.58 | - |
| YUV | 47.05 | 105.4 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 7 | 0 | 0.57 | 0.92 | 0.67 | 22.6 | 0.85 | 0.18 |
| Hex | 54 | 24 | 7 | 0 | 39 | 5C | 43 | 17 | 55 | 12 |
| Octal | 124 | 44 | 7 | 0 | 71 | 134 | 103 | 27 | 125 | 22 |
| Binary | 1010100 | 100100 | 111 | 0 | 111001 | 1011100 | 1000011 | 10111 | 1010101 | 10010 |
Color Harmonies of #542407
Complementary color
Monochromatic Colors of #542407
Black with #542407
Text Example
Text Example
White with #542407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542407; }
p { color: rgb(84,36,7); }
H1.HeaderClassName
{
color: #542407;
}
.AnyTagClassName
{
color: #542407;
}
</style>
background-color css
<style>
a { background-color: #542407; }
a { background-color: rgb(84,36,7); }
div.DivClassName
{
background-color: #542407;
}
.BgClassName
{
background-color: #542407;
}
</style>
border-color css
<style>
span { border-color: #542407; }
span { border-color: rgb(84,36,7); }
td.TdClassName
{
border-color: #542407;
}
.TagClassName
{
border-color: #542407;
}
</style>