Shades of Van Cleef #593D3C
Tints of Van Cleef #593D3C
RGB
CMYK
RGB Variations
Color information
#593D3C (or 0x593D3C) is known color: Van Cleef. HEX triplet: 59, 3D and 3C. RGB value is (89,61,60). Sum of RGB (Red+Green+Blue) = 89+61+60=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #593D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593D3C is #A6C2C3. Grayscale: #454545. Windows color (decimal): -10928836 or 3947865. OLE color: 3947865.
HSL color Cylindrical-coordinate representation of color #593D3C: hue angle of 2.07º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #593D3C is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 61 | 60 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.65 |
| HSL | 2.07º | 0.19% | 0.29% | - |
| HSV(B) | 2.07º | 0.33% | 0.35% | - |
| XYZ | 6.6 | 5.79 | 5.04 | - |
| YUV | 69.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 60 | 0 | 0.31 | 0.33 | 0.65 | 2.07 | 0.19 | 0.29 |
| Hex | 59 | 3D | 3C | 0 | 1F | 21 | 41 | 2 | 13 | 1D |
| Octal | 131 | 75 | 74 | 0 | 37 | 41 | 101 | 2 | 23 | 35 |
| Binary | 1011001 | 111101 | 111100 | 0 | 11111 | 100001 | 1000001 | 10 | 10011 | 11101 |
Color Harmonies of #593D3C
Complementary color
Monochromatic Colors of #593D3C
Black with #593D3C
Text Example
Text Example
White with #593D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D3C; }
p { color: rgb(89,61,60); }
H1.HeaderClassName
{
color: #593D3C;
}
.AnyTagClassName
{
color: #593D3C;
}
</style>
background-color css
<style>
a { background-color: #593D3C; }
a { background-color: rgb(89,61,60); }
div.DivClassName
{
background-color: #593D3C;
}
.BgClassName
{
background-color: #593D3C;
}
</style>
border-color css
<style>
span { border-color: #593D3C; }
span { border-color: rgb(89,61,60); }
td.TdClassName
{
border-color: #593D3C;
}
.TagClassName
{
border-color: #593D3C;
}
</style>