Shades of Baker's Chocolate #593D00
Tints of Baker's Chocolate #593D00
RGB
CMYK
RGB Variations
Color information
#593D00 (or 0x593D00) is known color: Baker's Chocolate. HEX triplet: 59, 3D and 00. RGB value is (89,61,0). Sum of RGB (Red+Green+Blue) = 89+61+0=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #593D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593D00 is #A6C2FF. Grayscale: #3E3E3E. Windows color (decimal): -10928896 or 15705. OLE color: 15705.
HSL color Cylindrical-coordinate representation of color #593D00: hue angle of 41.12º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #593D00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 61 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.65 |
| HSL | 41.12º | 1% | 0.17% | - |
| HSV(B) | 41.12º | 1% | 0.35% | - |
| XYZ | 5.79 | 5.46 | 0.75 | - |
| YUV | 62.42 | 92.78 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 0 | 0 | 0.31 | 1 | 0.65 | 41.12 | 1 | 0.17 |
| Hex | 59 | 3D | 0 | 0 | 1F | 64 | 41 | 29 | 64 | 11 |
| Octal | 131 | 75 | 0 | 0 | 37 | 144 | 101 | 51 | 144 | 21 |
| Binary | 1011001 | 111101 | 0 | 0 | 11111 | 1100100 | 1000001 | 101001 | 1100100 | 10001 |
Color Harmonies of #593D00
Complementary color
Monochromatic Colors of #593D00
Black with #593D00
Text Example
Text Example
White with #593D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D00; }
p { color: rgb(89,61,0); }
H1.HeaderClassName
{
color: #593D00;
}
.AnyTagClassName
{
color: #593D00;
}
</style>
background-color css
<style>
a { background-color: #593D00; }
a { background-color: rgb(89,61,0); }
div.DivClassName
{
background-color: #593D00;
}
.BgClassName
{
background-color: #593D00;
}
</style>
border-color css
<style>
span { border-color: #593D00; }
span { border-color: rgb(89,61,0); }
td.TdClassName
{
border-color: #593D00;
}
.TagClassName
{
border-color: #593D00;
}
</style>