Shades of Van Cleef #5A3935
Tints of Van Cleef #5A3935
RGB
CMYK
RGB Variations
Color information
#5A3935 (or 0x5A3935) is known color: Van Cleef. HEX triplet: 5A, 39 and 35. RGB value is (90,57,53). Sum of RGB (Red+Green+Blue) = 90+57+53=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3935 is #A5C6CA. Grayscale: #424242. Windows color (decimal): -10864331 or 3488090. OLE color: 3488090.
HSL color Cylindrical-coordinate representation of color #5A3935: hue angle of 6.49º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A3935 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 57 | 53 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.65 |
| HSL | 6.49º | 0.26% | 0.28% | - |
| HSV(B) | 6.49º | 0.41% | 0.35% | - |
| XYZ | 6.32 | 5.36 | 4.07 | - |
| YUV | 66.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 57 | 53 | 0 | 0.37 | 0.41 | 0.65 | 6.49 | 0.26 | 0.28 |
| Hex | 5A | 39 | 35 | 0 | 25 | 29 | 41 | 6 | 1A | 1C |
| Octal | 132 | 71 | 65 | 0 | 45 | 51 | 101 | 6 | 32 | 34 |
| Binary | 1011010 | 111001 | 110101 | 0 | 100101 | 101001 | 1000001 | 110 | 11010 | 11100 |
Color Harmonies of #5A3935
Complementary color
Monochromatic Colors of #5A3935
Black with #5A3935
Text Example
Text Example
White with #5A3935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3935; }
p { color: rgb(90,57,53); }
H1.HeaderClassName
{
color: #5A3935;
}
.AnyTagClassName
{
color: #5A3935;
}
</style>
background-color css
<style>
a { background-color: #5A3935; }
a { background-color: rgb(90,57,53); }
div.DivClassName
{
background-color: #5A3935;
}
.BgClassName
{
background-color: #5A3935;
}
</style>
border-color css
<style>
span { border-color: #5A3935; }
span { border-color: rgb(90,57,53); }
td.TdClassName
{
border-color: #5A3935;
}
.TagClassName
{
border-color: #5A3935;
}
</style>