Shades of Van Cleef #5C3B38
Tints of Van Cleef #5C3B38
RGB
CMYK
RGB Variations
Color information
#5C3B38 (or 0x5C3B38) is known color: Van Cleef. HEX triplet: 5C, 3B and 38. RGB value is (92,59,56). Sum of RGB (Red+Green+Blue) = 92+59+56=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3B38 is #A3C4C7. Grayscale: #444444. Windows color (decimal): -10732744 or 3685212. OLE color: 3685212.
HSL color Cylindrical-coordinate representation of color #5C3B38: hue angle of 5º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C3B38 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 59 | 56 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.64 |
| HSL | 5º | 0.24% | 0.29% | - |
| HSV(B) | 5º | 0.39% | 0.36% | - |
| XYZ | 6.69 | 5.69 | 4.49 | - |
| YUV | 68.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 59 | 56 | 0 | 0.36 | 0.39 | 0.64 | 5 | 0.24 | 0.29 |
| Hex | 5C | 3B | 38 | 0 | 24 | 27 | 40 | 5 | 18 | 1D |
| Octal | 134 | 73 | 70 | 0 | 44 | 47 | 100 | 5 | 30 | 35 |
| Binary | 1011100 | 111011 | 111000 | 0 | 100100 | 100111 | 1000000 | 101 | 11000 | 11101 |
Color Harmonies of #5C3B38
Complementary color
Monochromatic Colors of #5C3B38
Black with #5C3B38
Text Example
Text Example
White with #5C3B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3B38; }
p { color: rgb(92,59,56); }
H1.HeaderClassName
{
color: #5C3B38;
}
.AnyTagClassName
{
color: #5C3B38;
}
</style>
background-color css
<style>
a { background-color: #5C3B38; }
a { background-color: rgb(92,59,56); }
div.DivClassName
{
background-color: #5C3B38;
}
.BgClassName
{
background-color: #5C3B38;
}
</style>
border-color css
<style>
span { border-color: #5C3B38; }
span { border-color: rgb(92,59,56); }
td.TdClassName
{
border-color: #5C3B38;
}
.TagClassName
{
border-color: #5C3B38;
}
</style>