Shades of Baker's Chocolate #592301
Tints of Baker's Chocolate #592301
RGB
CMYK
RGB Variations
Color information
#592301 (or 0x592301) is known color: Baker's Chocolate. HEX triplet: 59, 23 and 01. RGB value is (89,35,1). Sum of RGB (Red+Green+Blue) = 89+35+1=125 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.2% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 89 - color contains mainly: red. Hex color #592301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592301 is #A6DCFE. Grayscale: #2F2F2F. Windows color (decimal): -10935551 or 74585. OLE color: 74585.
HSL color Cylindrical-coordinate representation of color #592301: hue angle of 23.18º 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 #592301 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 35 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.65 |
| HSL | 23.18º | 0.98% | 0.18% | - |
| HSV(B) | 23.18º | 0.99% | 0.35% | - |
| XYZ | 4.73 | 3.33 | 0.42 | - |
| YUV | 47.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 1 | 0 | 0.61 | 0.99 | 0.65 | 23.18 | 0.98 | 0.18 |
| Hex | 59 | 23 | 1 | 0 | 3D | 63 | 41 | 17 | 62 | 12 |
| Octal | 131 | 43 | 1 | 0 | 75 | 143 | 101 | 27 | 142 | 22 |
| Binary | 1011001 | 100011 | 1 | 0 | 111101 | 1100011 | 1000001 | 10111 | 1100010 | 10010 |
Color Harmonies of #592301
Complementary color
Monochromatic Colors of #592301
Black with #592301
Text Example
Text Example
White with #592301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592301; }
p { color: rgb(89,35,1); }
H1.HeaderClassName
{
color: #592301;
}
.AnyTagClassName
{
color: #592301;
}
</style>
background-color css
<style>
a { background-color: #592301; }
a { background-color: rgb(89,35,1); }
div.DivClassName
{
background-color: #592301;
}
.BgClassName
{
background-color: #592301;
}
</style>
border-color css
<style>
span { border-color: #592301; }
span { border-color: rgb(89,35,1); }
td.TdClassName
{
border-color: #592301;
}
.TagClassName
{
border-color: #592301;
}
</style>