Shades of Baker's Chocolate #592203
Tints of Baker's Chocolate #592203
RGB
CMYK
RGB Variations
Color information
#592203 (or 0x592203) is known color: Baker's Chocolate. HEX triplet: 59, 22 and 03. RGB value is (89,34,3). Sum of RGB (Red+Green+Blue) = 89+34+3=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #592203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592203 is #A6DDFC. Grayscale: #2F2F2F. Windows color (decimal): -10935805 or 205401. OLE color: 205401.
HSL color Cylindrical-coordinate representation of color #592203: hue angle of 21.63º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #592203 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 34 | 3 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.65 |
| HSL | 21.63º | 0.93% | 0.18% | - |
| HSV(B) | 21.63º | 0.97% | 0.35% | - |
| XYZ | 4.71 | 3.27 | 0.47 | - |
| YUV | 46.91 | 103.22 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 34 | 3 | 0 | 0.62 | 0.97 | 0.65 | 21.63 | 0.93 | 0.18 |
| Hex | 59 | 22 | 3 | 0 | 3E | 61 | 41 | 16 | 5D | 12 |
| Octal | 131 | 42 | 3 | 0 | 76 | 141 | 101 | 26 | 135 | 22 |
| Binary | 1011001 | 100010 | 11 | 0 | 111110 | 1100001 | 1000001 | 10110 | 1011101 | 10010 |
Color Harmonies of #592203
Complementary color
Monochromatic Colors of #592203
Black with #592203
Text Example
Text Example
White with #592203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592203; }
p { color: rgb(89,34,3); }
H1.HeaderClassName
{
color: #592203;
}
.AnyTagClassName
{
color: #592203;
}
</style>
background-color css
<style>
a { background-color: #592203; }
a { background-color: rgb(89,34,3); }
div.DivClassName
{
background-color: #592203;
}
.BgClassName
{
background-color: #592203;
}
</style>
border-color css
<style>
span { border-color: #592203; }
span { border-color: rgb(89,34,3); }
td.TdClassName
{
border-color: #592203;
}
.TagClassName
{
border-color: #592203;
}
</style>