Shades of Baker's Chocolate #593A02
Tints of Baker's Chocolate #593A02
RGB
CMYK
RGB Variations
Color information
#593A02 (or 0x593A02) is known color: Baker's Chocolate. HEX triplet: 59, 3A and 02. RGB value is (89,58,2). Sum of RGB (Red+Green+Blue) = 89+58+2=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #593A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593A02 is #A6C5FD. Grayscale: #3D3D3D. Windows color (decimal): -10929662 or 146009. OLE color: 146009.
HSL color Cylindrical-coordinate representation of color #593A02: hue angle of 38.62º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #593A02 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 58 | 2 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.65 |
| HSL | 38.62º | 0.96% | 0.18% | - |
| HSV(B) | 38.62º | 0.98% | 0.35% | - |
| XYZ | 5.64 | 5.15 | 0.75 | - |
| YUV | 60.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 58 | 2 | 0 | 0.35 | 0.98 | 0.65 | 38.62 | 0.96 | 0.18 |
| Hex | 59 | 3A | 2 | 0 | 23 | 62 | 41 | 27 | 60 | 12 |
| Octal | 131 | 72 | 2 | 0 | 43 | 142 | 101 | 47 | 140 | 22 |
| Binary | 1011001 | 111010 | 10 | 0 | 100011 | 1100010 | 1000001 | 100111 | 1100000 | 10010 |
Color Harmonies of #593A02
Complementary color
Monochromatic Colors of #593A02
Black with #593A02
Text Example
Text Example
White with #593A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593A02; }
p { color: rgb(89,58,2); }
H1.HeaderClassName
{
color: #593A02;
}
.AnyTagClassName
{
color: #593A02;
}
</style>
background-color css
<style>
a { background-color: #593A02; }
a { background-color: rgb(89,58,2); }
div.DivClassName
{
background-color: #593A02;
}
.BgClassName
{
background-color: #593A02;
}
</style>
border-color css
<style>
span { border-color: #593A02; }
span { border-color: rgb(89,58,2); }
td.TdClassName
{
border-color: #593A02;
}
.TagClassName
{
border-color: #593A02;
}
</style>