Shades of Baker's Chocolate #542207
Tints of Baker's Chocolate #542207
RGB
CMYK
RGB Variations
Color information
#542207 (or 0x542207) is known color: Baker's Chocolate. HEX triplet: 54, 22 and 07. RGB value is (84,34,7). Sum of RGB (Red+Green+Blue) = 84+34+7=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #542207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542207 is #ABDDF8. Grayscale: #2E2E2E. Windows color (decimal): -11263481 or 467540. OLE color: 467540.
HSL color Cylindrical-coordinate representation of color #542207: hue angle of 21.04º 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 #542207 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 34 | 7 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.67 |
| HSL | 21.04º | 0.85% | 0.18% | - |
| HSV(B) | 21.04º | 0.92% | 0.33% | - |
| XYZ | 4.27 | 3.04 | 0.56 | - |
| YUV | 45.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 7 | 0 | 0.60 | 0.92 | 0.67 | 21.04 | 0.85 | 0.18 |
| Hex | 54 | 22 | 7 | 0 | 3C | 5C | 43 | 15 | 55 | 12 |
| Octal | 124 | 42 | 7 | 0 | 74 | 134 | 103 | 25 | 125 | 22 |
| Binary | 1010100 | 100010 | 111 | 0 | 111100 | 1011100 | 1000011 | 10101 | 1010101 | 10010 |
Color Harmonies of #542207
Complementary color
Monochromatic Colors of #542207
Black with #542207
Text Example
Text Example
White with #542207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542207; }
p { color: rgb(84,34,7); }
H1.HeaderClassName
{
color: #542207;
}
.AnyTagClassName
{
color: #542207;
}
</style>
background-color css
<style>
a { background-color: #542207; }
a { background-color: rgb(84,34,7); }
div.DivClassName
{
background-color: #542207;
}
.BgClassName
{
background-color: #542207;
}
</style>
border-color css
<style>
span { border-color: #542207; }
span { border-color: rgb(84,34,7); }
td.TdClassName
{
border-color: #542207;
}
.TagClassName
{
border-color: #542207;
}
</style>