Shades of Van Cleef #533D3B
Tints of Van Cleef #533D3B
RGB
CMYK
RGB Variations
Color information
#533D3B (or 0x533D3B) is known color: Van Cleef. HEX triplet: 53, 3D and 3B. RGB value is (83,61,59). Sum of RGB (Red+Green+Blue) = 83+61+59=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #533D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D3B is #ACC2C4. Grayscale: #434343. Windows color (decimal): -11322053 or 3882323. OLE color: 3882323.
HSL color Cylindrical-coordinate representation of color #533D3B: hue angle of 5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #533D3B is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 59 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.67 |
| HSL | 5º | 0.17% | 0.28% | - |
| HSV(B) | 5º | 0.29% | 0.33% | - |
| XYZ | 6.03 | 5.49 | 4.88 | - |
| YUV | 67.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 59 | 0 | 0.27 | 0.29 | 0.67 | 5 | 0.17 | 0.28 |
| Hex | 53 | 3D | 3B | 0 | 1B | 1D | 43 | 5 | 11 | 1C |
| Octal | 123 | 75 | 73 | 0 | 33 | 35 | 103 | 5 | 21 | 34 |
| Binary | 1010011 | 111101 | 111011 | 0 | 11011 | 11101 | 1000011 | 101 | 10001 | 11100 |
Color Harmonies of #533D3B
Complementary color
Monochromatic Colors of #533D3B
Black with #533D3B
Text Example
Text Example
White with #533D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D3B; }
p { color: rgb(83,61,59); }
H1.HeaderClassName
{
color: #533D3B;
}
.AnyTagClassName
{
color: #533D3B;
}
</style>
background-color css
<style>
a { background-color: #533D3B; }
a { background-color: rgb(83,61,59); }
div.DivClassName
{
background-color: #533D3B;
}
.BgClassName
{
background-color: #533D3B;
}
</style>
border-color css
<style>
span { border-color: #533D3B; }
span { border-color: rgb(83,61,59); }
td.TdClassName
{
border-color: #533D3B;
}
.TagClassName
{
border-color: #533D3B;
}
</style>