Shades of Very Dark Brown #593F32
Tints of Very Dark Brown #593F32
RGB
CMYK
RGB Variations
Color information
#593F32 (or 0x593F32) is known color: Very Dark Brown. HEX triplet: 59, 3F and 32. RGB value is (89,63,50). Sum of RGB (Red+Green+Blue) = 89+63+50=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #593F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593F32 is #A6C0CD. Grayscale: #454545. Windows color (decimal): -10928334 or 3293017. OLE color: 3293017.
HSL color Cylindrical-coordinate representation of color #593F32: hue angle of 20º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #593F32 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 63 | 50 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.65 |
| HSL | 20º | 0.28% | 0.27% | - |
| HSV(B) | 20º | 0.44% | 0.35% | - |
| XYZ | 6.47 | 5.91 | 3.82 | - |
| YUV | 69.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 50 | 0 | 0.29 | 0.44 | 0.65 | 20 | 0.28 | 0.27 |
| Hex | 59 | 3F | 32 | 0 | 1D | 2C | 41 | 14 | 1C | 1B |
| Octal | 131 | 77 | 62 | 0 | 35 | 54 | 101 | 24 | 34 | 33 |
| Binary | 1011001 | 111111 | 110010 | 0 | 11101 | 101100 | 1000001 | 10100 | 11100 | 11011 |
Color Harmonies of #593F32
Complementary color
Monochromatic Colors of #593F32
Black with #593F32
Text Example
Text Example
White with #593F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593F32; }
p { color: rgb(89,63,50); }
H1.HeaderClassName
{
color: #593F32;
}
.AnyTagClassName
{
color: #593F32;
}
</style>
background-color css
<style>
a { background-color: #593F32; }
a { background-color: rgb(89,63,50); }
div.DivClassName
{
background-color: #593F32;
}
.BgClassName
{
background-color: #593F32;
}
</style>
border-color css
<style>
span { border-color: #593F32; }
span { border-color: rgb(89,63,50); }
td.TdClassName
{
border-color: #593F32;
}
.TagClassName
{
border-color: #593F32;
}
</style>