Shades of Baker's Chocolate #592903
Tints of Baker's Chocolate #592903
RGB
CMYK
RGB Variations
Color information
#592903 (or 0x592903) is known color: Baker's Chocolate. HEX triplet: 59, 29 and 03. RGB value is (89,41,3). Sum of RGB (Red+Green+Blue) = 89+41+3=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #592903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592903 is #A6D6FC. Grayscale: #333333. Windows color (decimal): -10934013 or 207193. OLE color: 207193.
HSL color Cylindrical-coordinate representation of color #592903: hue angle of 26.51º 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 #592903 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 41 | 3 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.65 |
| HSL | 26.51º | 0.93% | 0.18% | - |
| HSV(B) | 26.51º | 0.97% | 0.35% | - |
| XYZ | 4.93 | 3.72 | 0.54 | - |
| YUV | 51.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 41 | 3 | 0 | 0.54 | 0.97 | 0.65 | 26.51 | 0.93 | 0.18 |
| Hex | 59 | 29 | 3 | 0 | 36 | 61 | 41 | 1B | 5D | 12 |
| Octal | 131 | 51 | 3 | 0 | 66 | 141 | 101 | 33 | 135 | 22 |
| Binary | 1011001 | 101001 | 11 | 0 | 110110 | 1100001 | 1000001 | 11011 | 1011101 | 10010 |
Color Harmonies of #592903
Complementary color
Monochromatic Colors of #592903
Black with #592903
Text Example
Text Example
White with #592903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592903; }
p { color: rgb(89,41,3); }
H1.HeaderClassName
{
color: #592903;
}
.AnyTagClassName
{
color: #592903;
}
</style>
background-color css
<style>
a { background-color: #592903; }
a { background-color: rgb(89,41,3); }
div.DivClassName
{
background-color: #592903;
}
.BgClassName
{
background-color: #592903;
}
</style>
border-color css
<style>
span { border-color: #592903; }
span { border-color: rgb(89,41,3); }
td.TdClassName
{
border-color: #592903;
}
.TagClassName
{
border-color: #592903;
}
</style>