Shades of Van Cleef #5A3E3C
Tints of Van Cleef #5A3E3C
RGB
CMYK
RGB Variations
Color information
#5A3E3C (or 0x5A3E3C) is known color: Van Cleef. HEX triplet: 5A, 3E and 3C. RGB value is (90,62,60). Sum of RGB (Red+Green+Blue) = 90+62+60=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3E3C is #A5C1C3. Grayscale: #464646. Windows color (decimal): -10863044 or 3948122. OLE color: 3948122.
HSL color Cylindrical-coordinate representation of color #5A3E3C: hue angle of 4º degrees, saturation: 0.2, 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 #5A3E3C is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 62 | 60 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.65 |
| HSL | 4º | 0.2% | 0.29% | - |
| HSV(B) | 4º | 0.33% | 0.35% | - |
| XYZ | 6.75 | 5.95 | 5.07 | - |
| YUV | 70.14 | 122.28 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 62 | 60 | 0 | 0.31 | 0.33 | 0.65 | 4 | 0.2 | 0.29 |
| Hex | 5A | 3E | 3C | 0 | 1F | 21 | 41 | 4 | 14 | 1D |
| Octal | 132 | 76 | 74 | 0 | 37 | 41 | 101 | 4 | 24 | 35 |
| Binary | 1011010 | 111110 | 111100 | 0 | 11111 | 100001 | 1000001 | 100 | 10100 | 11101 |
Color Harmonies of #5A3E3C
Complementary color
Monochromatic Colors of #5A3E3C
Black with #5A3E3C
Text Example
Text Example
White with #5A3E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3E3C; }
p { color: rgb(90,62,60); }
H1.HeaderClassName
{
color: #5A3E3C;
}
.AnyTagClassName
{
color: #5A3E3C;
}
</style>
background-color css
<style>
a { background-color: #5A3E3C; }
a { background-color: rgb(90,62,60); }
div.DivClassName
{
background-color: #5A3E3C;
}
.BgClassName
{
background-color: #5A3E3C;
}
</style>
border-color css
<style>
span { border-color: #5A3E3C; }
span { border-color: rgb(90,62,60); }
td.TdClassName
{
border-color: #5A3E3C;
}
.TagClassName
{
border-color: #5A3E3C;
}
</style>