Shades of Baker's Chocolate #592401
Tints of Baker's Chocolate #592401
RGB
CMYK
RGB Variations
Color information
#592401 (or 0x592401) is known color: Baker's Chocolate. HEX triplet: 59, 24 and 01. RGB value is (89,36,1). Sum of RGB (Red+Green+Blue) = 89+36+1=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #592401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592401 is #A6DBFE. Grayscale: #303030. Windows color (decimal): -10935295 or 74841. OLE color: 74841.
HSL color Cylindrical-coordinate representation of color #592401: hue angle of 23.86º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #592401 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 36 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.65 |
| HSL | 23.86º | 0.98% | 0.18% | - |
| HSV(B) | 23.86º | 0.99% | 0.35% | - |
| XYZ | 4.76 | 3.39 | 0.43 | - |
| YUV | 47.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 36 | 1 | 0 | 0.60 | 0.99 | 0.65 | 23.86 | 0.98 | 0.18 |
| Hex | 59 | 24 | 1 | 0 | 3C | 63 | 41 | 18 | 62 | 12 |
| Octal | 131 | 44 | 1 | 0 | 74 | 143 | 101 | 30 | 142 | 22 |
| Binary | 1011001 | 100100 | 1 | 0 | 111100 | 1100011 | 1000001 | 11000 | 1100010 | 10010 |
Color Harmonies of #592401
Complementary color
Monochromatic Colors of #592401
Black with #592401
Text Example
Text Example
White with #592401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592401; }
p { color: rgb(89,36,1); }
H1.HeaderClassName
{
color: #592401;
}
.AnyTagClassName
{
color: #592401;
}
</style>
background-color css
<style>
a { background-color: #592401; }
a { background-color: rgb(89,36,1); }
div.DivClassName
{
background-color: #592401;
}
.BgClassName
{
background-color: #592401;
}
</style>
border-color css
<style>
span { border-color: #592401; }
span { border-color: rgb(89,36,1); }
td.TdClassName
{
border-color: #592401;
}
.TagClassName
{
border-color: #592401;
}
</style>