Shades of Baker's Chocolate #542401
Tints of Baker's Chocolate #542401
RGB
CMYK
RGB Variations
Color information
#542401 (or 0x542401) is known color: Baker's Chocolate. HEX triplet: 54, 24 and 01. RGB value is (84,36,1). Sum of RGB (Red+Green+Blue) = 84+36+1=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #542401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542401 is #ABDBFE. Grayscale: #2E2E2E. Windows color (decimal): -11262975 or 74836. OLE color: 74836.
HSL color Cylindrical-coordinate representation of color #542401: hue angle of 25.3º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #542401 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 36 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.67 |
| HSL | 25.3º | 0.98% | 0.17% | - |
| HSV(B) | 25.3º | 0.99% | 0.33% | - |
| XYZ | 4.29 | 3.15 | 0.41 | - |
| YUV | 46.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 1 | 0 | 0.57 | 0.99 | 0.67 | 25.3 | 0.98 | 0.17 |
| Hex | 54 | 24 | 1 | 0 | 39 | 63 | 43 | 19 | 62 | 11 |
| Octal | 124 | 44 | 1 | 0 | 71 | 143 | 103 | 31 | 142 | 21 |
| Binary | 1010100 | 100100 | 1 | 0 | 111001 | 1100011 | 1000011 | 11001 | 1100010 | 10001 |
Color Harmonies of #542401
Complementary color
Monochromatic Colors of #542401
Black with #542401
Text Example
Text Example
White with #542401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542401; }
p { color: rgb(84,36,1); }
H1.HeaderClassName
{
color: #542401;
}
.AnyTagClassName
{
color: #542401;
}
</style>
background-color css
<style>
a { background-color: #542401; }
a { background-color: rgb(84,36,1); }
div.DivClassName
{
background-color: #542401;
}
.BgClassName
{
background-color: #542401;
}
</style>
border-color css
<style>
span { border-color: #542401; }
span { border-color: rgb(84,36,1); }
td.TdClassName
{
border-color: #542401;
}
.TagClassName
{
border-color: #542401;
}
</style>