Shades of Van Cleef #593F3B
Tints of Van Cleef #593F3B
RGB
CMYK
RGB Variations
Color information
#593F3B (or 0x593F3B) is known color: Van Cleef. HEX triplet: 59, 3F and 3B. RGB value is (89,63,59). Sum of RGB (Red+Green+Blue) = 89+63+59=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #593F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593F3B is #A6C0C4. Grayscale: #464646. Windows color (decimal): -10928325 or 3882841. OLE color: 3882841.
HSL color Cylindrical-coordinate representation of color #593F3B: hue angle of 8º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #593F3B is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 63 | 59 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.65 |
| HSL | 8º | 0.2% | 0.29% | - |
| HSV(B) | 8º | 0.34% | 0.35% | - |
| XYZ | 6.69 | 5.99 | 4.94 | - |
| YUV | 70.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 59 | 0 | 0.29 | 0.34 | 0.65 | 8 | 0.2 | 0.29 |
| Hex | 59 | 3F | 3B | 0 | 1D | 22 | 41 | 8 | 14 | 1D |
| Octal | 131 | 77 | 73 | 0 | 35 | 42 | 101 | 10 | 24 | 35 |
| Binary | 1011001 | 111111 | 111011 | 0 | 11101 | 100010 | 1000001 | 1000 | 10100 | 11101 |
Color Harmonies of #593F3B
Complementary color
Monochromatic Colors of #593F3B
Black with #593F3B
Text Example
Text Example
White with #593F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593F3B; }
p { color: rgb(89,63,59); }
H1.HeaderClassName
{
color: #593F3B;
}
.AnyTagClassName
{
color: #593F3B;
}
</style>
background-color css
<style>
a { background-color: #593F3B; }
a { background-color: rgb(89,63,59); }
div.DivClassName
{
background-color: #593F3B;
}
.BgClassName
{
background-color: #593F3B;
}
</style>
border-color css
<style>
span { border-color: #593F3B; }
span { border-color: rgb(89,63,59); }
td.TdClassName
{
border-color: #593F3B;
}
.TagClassName
{
border-color: #593F3B;
}
</style>