Shades of Baker's Chocolate #542400
Tints of Baker's Chocolate #542400
RGB
CMYK
RGB Variations
Color information
#542400 (or 0x542400) is known color: Baker's Chocolate. HEX triplet: 54, 24 and 00. RGB value is (84,36,0). Sum of RGB (Red+Green+Blue) = 84+36+0=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #542400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542400 is #ABDBFF. Grayscale: #2E2E2E. Windows color (decimal): -11262976 or 9300. OLE color: 9300.
HSL color Cylindrical-coordinate representation of color #542400: hue angle of 25.71º 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 #542400 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 36 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.67 |
| HSL | 25.71º | 1% | 0.16% | - |
| HSV(B) | 25.71º | 1% | 0.33% | - |
| XYZ | 4.29 | 3.15 | 0.38 | - |
| YUV | 46.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 0 | 0 | 0.57 | 1 | 0.67 | 25.71 | 1 | 0.16 |
| Hex | 54 | 24 | 0 | 0 | 39 | 64 | 43 | 1A | 64 | 10 |
| Octal | 124 | 44 | 0 | 0 | 71 | 144 | 103 | 32 | 144 | 20 |
| Binary | 1010100 | 100100 | 0 | 0 | 111001 | 1100100 | 1000011 | 11010 | 1100100 | 10000 |
Color Harmonies of #542400
Complementary color
Monochromatic Colors of #542400
Black with #542400
Text Example
Text Example
White with #542400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542400; }
p { color: rgb(84,36,0); }
H1.HeaderClassName
{
color: #542400;
}
.AnyTagClassName
{
color: #542400;
}
</style>
background-color css
<style>
a { background-color: #542400; }
a { background-color: rgb(84,36,0); }
div.DivClassName
{
background-color: #542400;
}
.BgClassName
{
background-color: #542400;
}
</style>
border-color css
<style>
span { border-color: #542400; }
span { border-color: rgb(84,36,0); }
td.TdClassName
{
border-color: #542400;
}
.TagClassName
{
border-color: #542400;
}
</style>