Shades of Van Cleef #5C413D
Tints of Van Cleef #5C413D
RGB
CMYK
RGB Variations
Color information
#5C413D (or 0x5C413D) is known color: Van Cleef. HEX triplet: 5C, 41 and 3D. RGB value is (92,65,61). Sum of RGB (Red+Green+Blue) = 92+65+61=218 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.20% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 92 - color contains mainly: red. Hex color #5C413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C413D is #A3BEC2. Grayscale: #484848. Windows color (decimal): -10731203 or 4014428. OLE color: 4014428.
HSL color Cylindrical-coordinate representation of color #5C413D: hue angle of 7.74º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C413D is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 65 | 61 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.64 |
| HSL | 7.74º | 0.2% | 0.3% | - |
| HSV(B) | 7.74º | 0.34% | 0.36% | - |
| XYZ | 7.15 | 6.39 | 5.27 | - |
| YUV | 72.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 61 | 0 | 0.29 | 0.34 | 0.64 | 7.74 | 0.2 | 0.3 |
| Hex | 5C | 41 | 3D | 0 | 1D | 22 | 40 | 8 | 14 | 1E |
| Octal | 134 | 101 | 75 | 0 | 35 | 42 | 100 | 10 | 24 | 36 |
| Binary | 1011100 | 1000001 | 111101 | 0 | 11101 | 100010 | 1000000 | 1000 | 10100 | 11110 |
Color Harmonies of #5C413D
Complementary color
Monochromatic Colors of #5C413D
Black with #5C413D
Text Example
Text Example
White with #5C413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C413D; }
p { color: rgb(92,65,61); }
H1.HeaderClassName
{
color: #5C413D;
}
.AnyTagClassName
{
color: #5C413D;
}
</style>
background-color css
<style>
a { background-color: #5C413D; }
a { background-color: rgb(92,65,61); }
div.DivClassName
{
background-color: #5C413D;
}
.BgClassName
{
background-color: #5C413D;
}
</style>
border-color css
<style>
span { border-color: #5C413D; }
span { border-color: rgb(92,65,61); }
td.TdClassName
{
border-color: #5C413D;
}
.TagClassName
{
border-color: #5C413D;
}
</style>