Shades of Van Cleef #533C39
Tints of Van Cleef #533C39
RGB
CMYK
RGB Variations
Color information
#533C39 (or 0x533C39) is known color: Van Cleef. HEX triplet: 53, 3C and 39. RGB value is (83,60,57). Sum of RGB (Red+Green+Blue) = 83+60+57=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #533C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C39 is #ACC3C6. Grayscale: #424242. Windows color (decimal): -11322311 or 3750995. OLE color: 3750995.
HSL color Cylindrical-coordinate representation of color #533C39: hue angle of 6.92º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #533C39 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 57 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.67 |
| HSL | 6.92º | 0.19% | 0.27% | - |
| HSV(B) | 6.92º | 0.31% | 0.33% | - |
| XYZ | 5.92 | 5.37 | 4.59 | - |
| YUV | 66.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 57 | 0 | 0.28 | 0.31 | 0.67 | 6.92 | 0.19 | 0.27 |
| Hex | 53 | 3C | 39 | 0 | 1C | 1F | 43 | 7 | 13 | 1B |
| Octal | 123 | 74 | 71 | 0 | 34 | 37 | 103 | 7 | 23 | 33 |
| Binary | 1010011 | 111100 | 111001 | 0 | 11100 | 11111 | 1000011 | 111 | 10011 | 11011 |
Color Harmonies of #533C39
Complementary color
Monochromatic Colors of #533C39
Black with #533C39
Text Example
Text Example
White with #533C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C39; }
p { color: rgb(83,60,57); }
H1.HeaderClassName
{
color: #533C39;
}
.AnyTagClassName
{
color: #533C39;
}
</style>
background-color css
<style>
a { background-color: #533C39; }
a { background-color: rgb(83,60,57); }
div.DivClassName
{
background-color: #533C39;
}
.BgClassName
{
background-color: #533C39;
}
</style>
border-color css
<style>
span { border-color: #533C39; }
span { border-color: rgb(83,60,57); }
td.TdClassName
{
border-color: #533C39;
}
.TagClassName
{
border-color: #533C39;
}
</style>