Shades of Baker's Chocolate #593D09
Tints of Baker's Chocolate #593D09
RGB
CMYK
RGB Variations
Color information
#593D09 (or 0x593D09) is known color: Baker's Chocolate. HEX triplet: 59, 3D and 09. RGB value is (89,61,9). Sum of RGB (Red+Green+Blue) = 89+61+9=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #593D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593D09 is #A6C2F6. Grayscale: #3F3F3F. Windows color (decimal): -10928887 or 605529. OLE color: 605529.
HSL color Cylindrical-coordinate representation of color #593D09: hue angle of 39º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #593D09 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 61 | 9 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.65 |
| HSL | 39º | 0.82% | 0.19% | - |
| HSV(B) | 39º | 0.9% | 0.35% | - |
| XYZ | 5.84 | 5.48 | 1.01 | - |
| YUV | 63.44 | 97.28 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 9 | 0 | 0.31 | 0.90 | 0.65 | 39 | 0.82 | 0.19 |
| Hex | 59 | 3D | 9 | 0 | 1F | 5A | 41 | 27 | 52 | 13 |
| Octal | 131 | 75 | 11 | 0 | 37 | 132 | 101 | 47 | 122 | 23 |
| Binary | 1011001 | 111101 | 1001 | 0 | 11111 | 1011010 | 1000001 | 100111 | 1010010 | 10011 |
Color Harmonies of #593D09
Complementary color
Monochromatic Colors of #593D09
Black with #593D09
Text Example
Text Example
White with #593D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D09; }
p { color: rgb(89,61,9); }
H1.HeaderClassName
{
color: #593D09;
}
.AnyTagClassName
{
color: #593D09;
}
</style>
background-color css
<style>
a { background-color: #593D09; }
a { background-color: rgb(89,61,9); }
div.DivClassName
{
background-color: #593D09;
}
.BgClassName
{
background-color: #593D09;
}
</style>
border-color css
<style>
span { border-color: #593D09; }
span { border-color: rgb(89,61,9); }
td.TdClassName
{
border-color: #593D09;
}
.TagClassName
{
border-color: #593D09;
}
</style>