Shades of Van Cleef #553D38
Tints of Van Cleef #553D38
RGB
CMYK
RGB Variations
Color information
#553D38 (or 0x553D38) is known color: Van Cleef. HEX triplet: 55, 3D and 38. RGB value is (85,61,56). Sum of RGB (Red+Green+Blue) = 85+61+56=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #553D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D38 is #AAC2C7. Grayscale: #434343. Windows color (decimal): -11190984 or 3685717. OLE color: 3685717.
HSL color Cylindrical-coordinate representation of color #553D38: hue angle of 10.34º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #553D38 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 56 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.67 |
| HSL | 10.34º | 0.21% | 0.28% | - |
| HSV(B) | 10.34º | 0.34% | 0.33% | - |
| XYZ | 6.13 | 5.55 | 4.49 | - |
| YUV | 67.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 56 | 0 | 0.28 | 0.34 | 0.67 | 10.34 | 0.21 | 0.28 |
| Hex | 55 | 3D | 38 | 0 | 1C | 22 | 43 | A | 15 | 1C |
| Octal | 125 | 75 | 70 | 0 | 34 | 42 | 103 | 12 | 25 | 34 |
| Binary | 1010101 | 111101 | 111000 | 0 | 11100 | 100010 | 1000011 | 1010 | 10101 | 11100 |
Color Harmonies of #553D38
Complementary color
Monochromatic Colors of #553D38
Black with #553D38
Text Example
Text Example
White with #553D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D38; }
p { color: rgb(85,61,56); }
H1.HeaderClassName
{
color: #553D38;
}
.AnyTagClassName
{
color: #553D38;
}
</style>
background-color css
<style>
a { background-color: #553D38; }
a { background-color: rgb(85,61,56); }
div.DivClassName
{
background-color: #553D38;
}
.BgClassName
{
background-color: #553D38;
}
</style>
border-color css
<style>
span { border-color: #553D38; }
span { border-color: rgb(85,61,56); }
td.TdClassName
{
border-color: #553D38;
}
.TagClassName
{
border-color: #553D38;
}
</style>