Shades of Van Cleef #5E3D39
Tints of Van Cleef #5E3D39
RGB
CMYK
RGB Variations
Color information
#5E3D39 (or 0x5E3D39) is known color: Van Cleef. HEX triplet: 5E, 3D and 39. RGB value is (94,61,57). Sum of RGB (Red+Green+Blue) = 94+61+57=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3D39 is #A1C2C6. Grayscale: #464646. Windows color (decimal): -10601159 or 3751262. OLE color: 3751262.
HSL color Cylindrical-coordinate representation of color #5E3D39: hue angle of 6.49º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E3D39 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 61 | 57 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.63 |
| HSL | 6.49º | 0.25% | 0.3% | - |
| HSV(B) | 6.49º | 0.39% | 0.37% | - |
| XYZ | 7.02 | 6.01 | 4.66 | - |
| YUV | 70.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 61 | 57 | 0 | 0.35 | 0.39 | 0.63 | 6.49 | 0.25 | 0.3 |
| Hex | 5E | 3D | 39 | 0 | 23 | 27 | 3F | 6 | 19 | 1E |
| Octal | 136 | 75 | 71 | 0 | 43 | 47 | 77 | 6 | 31 | 36 |
| Binary | 1011110 | 111101 | 111001 | 0 | 100011 | 100111 | 111111 | 110 | 11001 | 11110 |
Color Harmonies of #5E3D39
Complementary color
Monochromatic Colors of #5E3D39
Black with #5E3D39
Text Example
Text Example
White with #5E3D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3D39; }
p { color: rgb(94,61,57); }
H1.HeaderClassName
{
color: #5E3D39;
}
.AnyTagClassName
{
color: #5E3D39;
}
</style>
background-color css
<style>
a { background-color: #5E3D39; }
a { background-color: rgb(94,61,57); }
div.DivClassName
{
background-color: #5E3D39;
}
.BgClassName
{
background-color: #5E3D39;
}
</style>
border-color css
<style>
span { border-color: #5E3D39; }
span { border-color: rgb(94,61,57); }
td.TdClassName
{
border-color: #5E3D39;
}
.TagClassName
{
border-color: #5E3D39;
}
</style>