Shades of Van Cleef #533A35
Tints of Van Cleef #533A35
RGB
CMYK
RGB Variations
Color information
#533A35 (or 0x533A35) is known color: Van Cleef. HEX triplet: 53, 3A and 35. RGB value is (83,58,53). Sum of RGB (Red+Green+Blue) = 83+58+53=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #533A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A35 is #ACC5CA. Grayscale: #404040. Windows color (decimal): -11322827 or 3488339. OLE color: 3488339.
HSL color Cylindrical-coordinate representation of color #533A35: hue angle of 10º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #533A35 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 53 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.67 |
| HSL | 10º | 0.22% | 0.27% | - |
| HSV(B) | 10º | 0.36% | 0.33% | - |
| XYZ | 5.72 | 5.12 | 4.06 | - |
| YUV | 64.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 53 | 0 | 0.30 | 0.36 | 0.67 | 10 | 0.22 | 0.27 |
| Hex | 53 | 3A | 35 | 0 | 1E | 24 | 43 | A | 16 | 1B |
| Octal | 123 | 72 | 65 | 0 | 36 | 44 | 103 | 12 | 26 | 33 |
| Binary | 1010011 | 111010 | 110101 | 0 | 11110 | 100100 | 1000011 | 1010 | 10110 | 11011 |
Color Harmonies of #533A35
Complementary color
Monochromatic Colors of #533A35
Black with #533A35
Text Example
Text Example
White with #533A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A35; }
p { color: rgb(83,58,53); }
H1.HeaderClassName
{
color: #533A35;
}
.AnyTagClassName
{
color: #533A35;
}
</style>
background-color css
<style>
a { background-color: #533A35; }
a { background-color: rgb(83,58,53); }
div.DivClassName
{
background-color: #533A35;
}
.BgClassName
{
background-color: #533A35;
}
</style>
border-color css
<style>
span { border-color: #533A35; }
span { border-color: rgb(83,58,53); }
td.TdClassName
{
border-color: #533A35;
}
.TagClassName
{
border-color: #533A35;
}
</style>