Shades of Liver #533C47
Tints of Liver #533C47
RGB
CMYK
RGB Variations
Color information
#533C47 (or 0x533C47) is known color: Liver. HEX triplet: 53, 3C and 47. RGB value is (83,60,71). Sum of RGB (Red+Green+Blue) = 83+60+71=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #533C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C47 is #ACC3B8. Grayscale: #444444. Windows color (decimal): -11322297 or 4668499. OLE color: 4668499.
HSL color Cylindrical-coordinate representation of color #533C47: hue angle of 331.3º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #533C47 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 71 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.67 |
| HSL | 331.3º | 0.16% | 0.28% | - |
| HSV(B) | 331.3º | 0.28% | 0.33% | - |
| XYZ | 6.32 | 5.53 | 6.69 | - |
| YUV | 68.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 71 | 0 | 0.28 | 0.14 | 0.67 | 331.3 | 0.16 | 0.28 |
| Hex | 53 | 3C | 47 | 0 | 1C | E | 43 | 14B | 10 | 1C |
| Octal | 123 | 74 | 107 | 0 | 34 | 16 | 103 | 513 | 20 | 34 |
| Binary | 1010011 | 111100 | 1000111 | 0 | 11100 | 1110 | 1000011 | 101001011 | 10000 | 11100 |
Color Harmonies of #533C47
Complementary color
Monochromatic Colors of #533C47
Black with #533C47
Text Example
Text Example
White with #533C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C47; }
p { color: rgb(83,60,71); }
H1.HeaderClassName
{
color: #533C47;
}
.AnyTagClassName
{
color: #533C47;
}
</style>
background-color css
<style>
a { background-color: #533C47; }
a { background-color: rgb(83,60,71); }
div.DivClassName
{
background-color: #533C47;
}
.BgClassName
{
background-color: #533C47;
}
</style>
border-color css
<style>
span { border-color: #533C47; }
span { border-color: rgb(83,60,71); }
td.TdClassName
{
border-color: #533C47;
}
.TagClassName
{
border-color: #533C47;
}
</style>