Shades of Liver #533B47
Tints of Liver #533B47
RGB
CMYK
RGB Variations
Color information
#533B47 (or 0x533B47) is known color: Liver. HEX triplet: 53, 3B and 47. RGB value is (83,59,71). Sum of RGB (Red+Green+Blue) = 83+59+71=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #533B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B47 is #ACC4B8. Grayscale: #434343. Windows color (decimal): -11322553 or 4668243. OLE color: 4668243.
HSL color Cylindrical-coordinate representation of color #533B47: hue angle of 330º 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 #533B47 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 71 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.67 |
| HSL | 330º | 0.17% | 0.28% | - |
| HSV(B) | 330º | 0.29% | 0.33% | - |
| XYZ | 6.27 | 5.42 | 6.68 | - |
| YUV | 67.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 71 | 0 | 0.29 | 0.14 | 0.67 | 330 | 0.17 | 0.28 |
| Hex | 53 | 3B | 47 | 0 | 1D | E | 43 | 14A | 11 | 1C |
| Octal | 123 | 73 | 107 | 0 | 35 | 16 | 103 | 512 | 21 | 34 |
| Binary | 1010011 | 111011 | 1000111 | 0 | 11101 | 1110 | 1000011 | 101001010 | 10001 | 11100 |
Color Harmonies of #533B47
Complementary color
Monochromatic Colors of #533B47
Black with #533B47
Text Example
Text Example
White with #533B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B47; }
p { color: rgb(83,59,71); }
H1.HeaderClassName
{
color: #533B47;
}
.AnyTagClassName
{
color: #533B47;
}
</style>
background-color css
<style>
a { background-color: #533B47; }
a { background-color: rgb(83,59,71); }
div.DivClassName
{
background-color: #533B47;
}
.BgClassName
{
background-color: #533B47;
}
</style>
border-color css
<style>
span { border-color: #533B47; }
span { border-color: rgb(83,59,71); }
td.TdClassName
{
border-color: #533B47;
}
.TagClassName
{
border-color: #533B47;
}
</style>