Shades of Liver #523B47
Tints of Liver #523B47
RGB
CMYK
RGB Variations
Color information
#523B47 (or 0x523B47) is known color: Liver. HEX triplet: 52, 3B and 47. RGB value is (82,59,71). Sum of RGB (Red+Green+Blue) = 82+59+71=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #523B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B47 is #ADC4B8. Grayscale: #434343. Windows color (decimal): -11388089 or 4668242. OLE color: 4668242.
HSL color Cylindrical-coordinate representation of color #523B47: hue angle of 328.7º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #523B47 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 71 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.68 |
| HSL | 328.7º | 0.16% | 0.28% | - |
| HSV(B) | 328.7º | 0.28% | 0.32% | - |
| XYZ | 6.18 | 5.38 | 6.67 | - |
| YUV | 67.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 71 | 0 | 0.28 | 0.13 | 0.68 | 328.7 | 0.16 | 0.28 |
| Hex | 52 | 3B | 47 | 0 | 1C | D | 44 | 149 | 10 | 1C |
| Octal | 122 | 73 | 107 | 0 | 34 | 15 | 104 | 511 | 20 | 34 |
| Binary | 1010010 | 111011 | 1000111 | 0 | 11100 | 1101 | 1000100 | 101001001 | 10000 | 11100 |
Color Harmonies of #523B47
Complementary color
Monochromatic Colors of #523B47
Black with #523B47
Text Example
Text Example
White with #523B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B47; }
p { color: rgb(82,59,71); }
H1.HeaderClassName
{
color: #523B47;
}
.AnyTagClassName
{
color: #523B47;
}
</style>
background-color css
<style>
a { background-color: #523B47; }
a { background-color: rgb(82,59,71); }
div.DivClassName
{
background-color: #523B47;
}
.BgClassName
{
background-color: #523B47;
}
</style>
border-color css
<style>
span { border-color: #523B47; }
span { border-color: rgb(82,59,71); }
td.TdClassName
{
border-color: #523B47;
}
.TagClassName
{
border-color: #523B47;
}
</style>