Shades of Van Cleef #533B36
Tints of Van Cleef #533B36
RGB
CMYK
RGB Variations
Color information
#533B36 (or 0x533B36) is known color: Van Cleef. HEX triplet: 53, 3B and 36. RGB value is (83,59,54). Sum of RGB (Red+Green+Blue) = 83+59+54=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #533B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B36 is #ACC4C9. Grayscale: #414141. Windows color (decimal): -11322570 or 3554131. OLE color: 3554131.
HSL color Cylindrical-coordinate representation of color #533B36: hue angle of 10.34º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #533B36 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 54 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.67 |
| HSL | 10.34º | 0.21% | 0.27% | - |
| HSV(B) | 10.34º | 0.35% | 0.33% | - |
| XYZ | 5.8 | 5.23 | 4.19 | - |
| YUV | 65.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 54 | 0 | 0.29 | 0.35 | 0.67 | 10.34 | 0.21 | 0.27 |
| Hex | 53 | 3B | 36 | 0 | 1D | 23 | 43 | A | 15 | 1B |
| Octal | 123 | 73 | 66 | 0 | 35 | 43 | 103 | 12 | 25 | 33 |
| Binary | 1010011 | 111011 | 110110 | 0 | 11101 | 100011 | 1000011 | 1010 | 10101 | 11011 |
Color Harmonies of #533B36
Complementary color
Monochromatic Colors of #533B36
Black with #533B36
Text Example
Text Example
White with #533B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B36; }
p { color: rgb(83,59,54); }
H1.HeaderClassName
{
color: #533B36;
}
.AnyTagClassName
{
color: #533B36;
}
</style>
background-color css
<style>
a { background-color: #533B36; }
a { background-color: rgb(83,59,54); }
div.DivClassName
{
background-color: #533B36;
}
.BgClassName
{
background-color: #533B36;
}
</style>
border-color css
<style>
span { border-color: #533B36; }
span { border-color: rgb(83,59,54); }
td.TdClassName
{
border-color: #533B36;
}
.TagClassName
{
border-color: #533B36;
}
</style>