Shades of Liver #523C49
Tints of Liver #523C49
RGB
CMYK
RGB Variations
Color information
#523C49 (or 0x523C49) is known color: Liver. HEX triplet: 52, 3C and 49. RGB value is (82,60,73). Sum of RGB (Red+Green+Blue) = 82+60+73=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #523C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C49 is #ADC3B6. Grayscale: #444444. Windows color (decimal): -11387831 or 4799570. OLE color: 4799570.
HSL color Cylindrical-coordinate representation of color #523C49: hue angle of 324.55º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #523C49 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 60 | 73 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.68 |
| HSL | 324.55º | 0.15% | 0.28% | - |
| HSV(B) | 324.55º | 0.27% | 0.32% | - |
| XYZ | 6.3 | 5.51 | 7.03 | - |
| YUV | 68.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 73 | 0 | 0.27 | 0.11 | 0.68 | 324.55 | 0.15 | 0.28 |
| Hex | 52 | 3C | 49 | 0 | 1B | B | 44 | 145 | F | 1C |
| Octal | 122 | 74 | 111 | 0 | 33 | 13 | 104 | 505 | 17 | 34 |
| Binary | 1010010 | 111100 | 1001001 | 0 | 11011 | 1011 | 1000100 | 101000101 | 1111 | 11100 |
Color Harmonies of #523C49
Complementary color
Monochromatic Colors of #523C49
Black with #523C49
Text Example
Text Example
White with #523C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C49; }
p { color: rgb(82,60,73); }
H1.HeaderClassName
{
color: #523C49;
}
.AnyTagClassName
{
color: #523C49;
}
</style>
background-color css
<style>
a { background-color: #523C49; }
a { background-color: rgb(82,60,73); }
div.DivClassName
{
background-color: #523C49;
}
.BgClassName
{
background-color: #523C49;
}
</style>
border-color css
<style>
span { border-color: #523C49; }
span { border-color: rgb(82,60,73); }
td.TdClassName
{
border-color: #523C49;
}
.TagClassName
{
border-color: #523C49;
}
</style>