Shades of Baker's Chocolate #542200
Tints of Baker's Chocolate #542200
RGB
CMYK
RGB Variations
Color information
#542200 (or 0x542200) is known color: Baker's Chocolate. HEX triplet: 54, 22 and 00. RGB value is (84,34,0). Sum of RGB (Red+Green+Blue) = 84+34+0=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #542200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542200 is #ABDDFF. Grayscale: #2D2D2D. Windows color (decimal): -11263488 or 8788. OLE color: 8788.
HSL color Cylindrical-coordinate representation of color #542200: hue angle of 24.29º 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 #542200 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 34 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.67 |
| HSL | 24.29º | 1% | 0.16% | - |
| HSV(B) | 24.29º | 1% | 0.33% | - |
| XYZ | 4.23 | 3.03 | 0.36 | - |
| YUV | 45.07 | 102.57 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 0 | 0 | 0.60 | 1 | 0.67 | 24.29 | 1 | 0.16 |
| Hex | 54 | 22 | 0 | 0 | 3C | 64 | 43 | 18 | 64 | 10 |
| Octal | 124 | 42 | 0 | 0 | 74 | 144 | 103 | 30 | 144 | 20 |
| Binary | 1010100 | 100010 | 0 | 0 | 111100 | 1100100 | 1000011 | 11000 | 1100100 | 10000 |
Color Harmonies of #542200
Complementary color
Monochromatic Colors of #542200
Black with #542200
Text Example
Text Example
White with #542200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542200; }
p { color: rgb(84,34,0); }
H1.HeaderClassName
{
color: #542200;
}
.AnyTagClassName
{
color: #542200;
}
</style>
background-color css
<style>
a { background-color: #542200; }
a { background-color: rgb(84,34,0); }
div.DivClassName
{
background-color: #542200;
}
.BgClassName
{
background-color: #542200;
}
</style>
border-color css
<style>
span { border-color: #542200; }
span { border-color: rgb(84,34,0); }
td.TdClassName
{
border-color: #542200;
}
.TagClassName
{
border-color: #542200;
}
</style>