Shades of Van Cleef #593D3A
Tints of Van Cleef #593D3A
RGB
CMYK
RGB Variations
Color information
#593D3A (or 0x593D3A) is known color: Van Cleef. HEX triplet: 59, 3D and 3A. RGB value is (89,61,58). Sum of RGB (Red+Green+Blue) = 89+61+58=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #593D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593D3A is #A6C2C5. Grayscale: #454545. Windows color (decimal): -10928838 or 3816793. OLE color: 3816793.
HSL color Cylindrical-coordinate representation of color #593D3A: hue angle of 5.81º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #593D3A is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 61 | 58 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.65 |
| HSL | 5.81º | 0.21% | 0.29% | - |
| HSV(B) | 5.81º | 0.35% | 0.35% | - |
| XYZ | 6.55 | 5.77 | 4.77 | - |
| YUV | 69.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 58 | 0 | 0.31 | 0.35 | 0.65 | 5.81 | 0.21 | 0.29 |
| Hex | 59 | 3D | 3A | 0 | 1F | 23 | 41 | 6 | 15 | 1D |
| Octal | 131 | 75 | 72 | 0 | 37 | 43 | 101 | 6 | 25 | 35 |
| Binary | 1011001 | 111101 | 111010 | 0 | 11111 | 100011 | 1000001 | 110 | 10101 | 11101 |
Color Harmonies of #593D3A
Complementary color
Monochromatic Colors of #593D3A
Black with #593D3A
Text Example
Text Example
White with #593D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D3A; }
p { color: rgb(89,61,58); }
H1.HeaderClassName
{
color: #593D3A;
}
.AnyTagClassName
{
color: #593D3A;
}
</style>
background-color css
<style>
a { background-color: #593D3A; }
a { background-color: rgb(89,61,58); }
div.DivClassName
{
background-color: #593D3A;
}
.BgClassName
{
background-color: #593D3A;
}
</style>
border-color css
<style>
span { border-color: #593D3A; }
span { border-color: rgb(89,61,58); }
td.TdClassName
{
border-color: #593D3A;
}
.TagClassName
{
border-color: #593D3A;
}
</style>