Shades of Van Cleef #593F3D
Tints of Van Cleef #593F3D
RGB
CMYK
RGB Variations
Color information
#593F3D (or 0x593F3D) is known color: Van Cleef. HEX triplet: 59, 3F and 3D. RGB value is (89,63,61). Sum of RGB (Red+Green+Blue) = 89+63+61=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #593F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593F3D is #A6C0C2. Grayscale: #464646. Windows color (decimal): -10928323 or 4013913. OLE color: 4013913.
HSL color Cylindrical-coordinate representation of color #593F3D: hue angle of 4.29º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #593F3D is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 63 | 61 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.65 |
| HSL | 4.29º | 0.19% | 0.29% | - |
| HSV(B) | 4.29º | 0.31% | 0.35% | - |
| XYZ | 6.74 | 6.02 | 5.22 | - |
| YUV | 70.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 61 | 0 | 0.29 | 0.31 | 0.65 | 4.29 | 0.19 | 0.29 |
| Hex | 59 | 3F | 3D | 0 | 1D | 1F | 41 | 4 | 13 | 1D |
| Octal | 131 | 77 | 75 | 0 | 35 | 37 | 101 | 4 | 23 | 35 |
| Binary | 1011001 | 111111 | 111101 | 0 | 11101 | 11111 | 1000001 | 100 | 10011 | 11101 |
Color Harmonies of #593F3D
Complementary color
Monochromatic Colors of #593F3D
Black with #593F3D
Text Example
Text Example
White with #593F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593F3D; }
p { color: rgb(89,63,61); }
H1.HeaderClassName
{
color: #593F3D;
}
.AnyTagClassName
{
color: #593F3D;
}
</style>
background-color css
<style>
a { background-color: #593F3D; }
a { background-color: rgb(89,63,61); }
div.DivClassName
{
background-color: #593F3D;
}
.BgClassName
{
background-color: #593F3D;
}
</style>
border-color css
<style>
span { border-color: #593F3D; }
span { border-color: rgb(89,63,61); }
td.TdClassName
{
border-color: #593F3D;
}
.TagClassName
{
border-color: #593F3D;
}
</style>