Shades of Baker's Chocolate #592303
Tints of Baker's Chocolate #592303
RGB
CMYK
RGB Variations
Color information
#592303 (or 0x592303) is known color: Baker's Chocolate. HEX triplet: 59, 23 and 03. RGB value is (89,35,3). Sum of RGB (Red+Green+Blue) = 89+35+3=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #592303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592303 is #A6DCFC. Grayscale: #2F2F2F. Windows color (decimal): -10935549 or 205657. OLE color: 205657.
HSL color Cylindrical-coordinate representation of color #592303: hue angle of 22.33º 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 #592303 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 35 | 3 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.65 |
| HSL | 22.33º | 0.93% | 0.18% | - |
| HSV(B) | 22.33º | 0.97% | 0.35% | - |
| XYZ | 4.74 | 3.33 | 0.48 | - |
| YUV | 47.5 | 102.89 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 3 | 0 | 0.61 | 0.97 | 0.65 | 22.33 | 0.93 | 0.18 |
| Hex | 59 | 23 | 3 | 0 | 3D | 61 | 41 | 16 | 5D | 12 |
| Octal | 131 | 43 | 3 | 0 | 75 | 141 | 101 | 26 | 135 | 22 |
| Binary | 1011001 | 100011 | 11 | 0 | 111101 | 1100001 | 1000001 | 10110 | 1011101 | 10010 |
Color Harmonies of #592303
Complementary color
Monochromatic Colors of #592303
Black with #592303
Text Example
Text Example
White with #592303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592303; }
p { color: rgb(89,35,3); }
H1.HeaderClassName
{
color: #592303;
}
.AnyTagClassName
{
color: #592303;
}
</style>
background-color css
<style>
a { background-color: #592303; }
a { background-color: rgb(89,35,3); }
div.DivClassName
{
background-color: #592303;
}
.BgClassName
{
background-color: #592303;
}
</style>
border-color css
<style>
span { border-color: #592303; }
span { border-color: rgb(89,35,3); }
td.TdClassName
{
border-color: #592303;
}
.TagClassName
{
border-color: #592303;
}
</style>