Shades of Van Cleef #59403B
Tints of Van Cleef #59403B
RGB
CMYK
RGB Variations
Color information
#59403B (or 0x59403B) is known color: Van Cleef. HEX triplet: 59, 40 and 3B. RGB value is (89,64,59). Sum of RGB (Red+Green+Blue) = 89+64+59=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #59403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59403B is #A6BFC4. Grayscale: #464646. Windows color (decimal): -10928069 or 3883097. OLE color: 3883097.
HSL color Cylindrical-coordinate representation of color #59403B: hue angle of 10º 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 #59403B is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 64 | 59 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.65 |
| HSL | 10º | 0.2% | 0.29% | - |
| HSV(B) | 10º | 0.34% | 0.35% | - |
| XYZ | 6.74 | 6.11 | 4.96 | - |
| YUV | 70.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 59 | 0 | 0.28 | 0.34 | 0.65 | 10 | 0.2 | 0.29 |
| Hex | 59 | 40 | 3B | 0 | 1C | 22 | 41 | A | 14 | 1D |
| Octal | 131 | 100 | 73 | 0 | 34 | 42 | 101 | 12 | 24 | 35 |
| Binary | 1011001 | 1000000 | 111011 | 0 | 11100 | 100010 | 1000001 | 1010 | 10100 | 11101 |
Color Harmonies of #59403B
Complementary color
Monochromatic Colors of #59403B
Black with #59403B
Text Example
Text Example
White with #59403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59403B; }
p { color: rgb(89,64,59); }
H1.HeaderClassName
{
color: #59403B;
}
.AnyTagClassName
{
color: #59403B;
}
</style>
background-color css
<style>
a { background-color: #59403B; }
a { background-color: rgb(89,64,59); }
div.DivClassName
{
background-color: #59403B;
}
.BgClassName
{
background-color: #59403B;
}
</style>
border-color css
<style>
span { border-color: #59403B; }
span { border-color: rgb(89,64,59); }
td.TdClassName
{
border-color: #59403B;
}
.TagClassName
{
border-color: #59403B;
}
</style>