Shades of Baker's Chocolate #593D04
Tints of Baker's Chocolate #593D04
RGB
CMYK
RGB Variations
Color information
#593D04 (or 0x593D04) is known color: Baker's Chocolate. HEX triplet: 59, 3D and 04. RGB value is (89,61,4). Sum of RGB (Red+Green+Blue) = 89+61+4=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #593D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593D04 is #A6C2FB. Grayscale: #3F3F3F. Windows color (decimal): -10928892 or 277849. OLE color: 277849.
HSL color Cylindrical-coordinate representation of color #593D04: hue angle of 40.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #593D04 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 61 | 4 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.65 |
| HSL | 40.24º | 0.91% | 0.18% | - |
| HSV(B) | 40.24º | 0.96% | 0.35% | - |
| XYZ | 5.81 | 5.47 | 0.86 | - |
| YUV | 62.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 4 | 0 | 0.31 | 0.96 | 0.65 | 40.24 | 0.91 | 0.18 |
| Hex | 59 | 3D | 4 | 0 | 1F | 60 | 41 | 28 | 5B | 12 |
| Octal | 131 | 75 | 4 | 0 | 37 | 140 | 101 | 50 | 133 | 22 |
| Binary | 1011001 | 111101 | 100 | 0 | 11111 | 1100000 | 1000001 | 101000 | 1011011 | 10010 |
Color Harmonies of #593D04
Complementary color
Monochromatic Colors of #593D04
Black with #593D04
Text Example
Text Example
White with #593D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D04; }
p { color: rgb(89,61,4); }
H1.HeaderClassName
{
color: #593D04;
}
.AnyTagClassName
{
color: #593D04;
}
</style>
background-color css
<style>
a { background-color: #593D04; }
a { background-color: rgb(89,61,4); }
div.DivClassName
{
background-color: #593D04;
}
.BgClassName
{
background-color: #593D04;
}
</style>
border-color css
<style>
span { border-color: #593D04; }
span { border-color: rgb(89,61,4); }
td.TdClassName
{
border-color: #593D04;
}
.TagClassName
{
border-color: #593D04;
}
</style>