Shades of Liver #523F49
Tints of Liver #523F49
RGB
CMYK
RGB Variations
Color information
#523F49 (or 0x523F49) is known color: Liver. HEX triplet: 52, 3F and 49. RGB value is (82,63,73). Sum of RGB (Red+Green+Blue) = 82+63+73=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 82 - color contains mainly: red. Hex color #523F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F49 is #ADC0B6. Grayscale: #454545. Windows color (decimal): -11387063 or 4800338. OLE color: 4800338.
HSL color Cylindrical-coordinate representation of color #523F49: hue angle of 328.42º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #523F49 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 63 | 73 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.68 |
| HSL | 328.42º | 0.13% | 0.28% | - |
| HSV(B) | 328.42º | 0.23% | 0.32% | - |
| XYZ | 6.46 | 5.83 | 7.09 | - |
| YUV | 69.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 73 | 0 | 0.23 | 0.11 | 0.68 | 328.42 | 0.13 | 0.28 |
| Hex | 52 | 3F | 49 | 0 | 17 | B | 44 | 148 | D | 1C |
| Octal | 122 | 77 | 111 | 0 | 27 | 13 | 104 | 510 | 15 | 34 |
| Binary | 1010010 | 111111 | 1001001 | 0 | 10111 | 1011 | 1000100 | 101001000 | 1101 | 11100 |
Color Harmonies of #523F49
Complementary color
Monochromatic Colors of #523F49
Black with #523F49
Text Example
Text Example
White with #523F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523F49; }
p { color: rgb(82,63,73); }
H1.HeaderClassName
{
color: #523F49;
}
.AnyTagClassName
{
color: #523F49;
}
</style>
background-color css
<style>
a { background-color: #523F49; }
a { background-color: rgb(82,63,73); }
div.DivClassName
{
background-color: #523F49;
}
.BgClassName
{
background-color: #523F49;
}
</style>
border-color css
<style>
span { border-color: #523F49; }
span { border-color: rgb(82,63,73); }
td.TdClassName
{
border-color: #523F49;
}
.TagClassName
{
border-color: #523F49;
}
</style>