Shades of Liver #523B48
Tints of Liver #523B48
RGB
CMYK
RGB Variations
Color information
#523B48 (or 0x523B48) is known color: Liver. HEX triplet: 52, 3B and 48. RGB value is (82,59,72). Sum of RGB (Red+Green+Blue) = 82+59+72=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 82 - color contains mainly: red. Hex color #523B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B48 is #ADC4B7. Grayscale: #434343. Windows color (decimal): -11388088 or 4733778. OLE color: 4733778.
HSL color Cylindrical-coordinate representation of color #523B48: hue angle of 326.09º 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 #523B48 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 72 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.68 |
| HSL | 326.09º | 0.16% | 0.28% | - |
| HSV(B) | 326.09º | 0.28% | 0.32% | - |
| XYZ | 6.21 | 5.39 | 6.84 | - |
| YUV | 67.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 72 | 0 | 0.28 | 0.12 | 0.68 | 326.09 | 0.16 | 0.28 |
| Hex | 52 | 3B | 48 | 0 | 1C | C | 44 | 146 | 10 | 1C |
| Octal | 122 | 73 | 110 | 0 | 34 | 14 | 104 | 506 | 20 | 34 |
| Binary | 1010010 | 111011 | 1001000 | 0 | 11100 | 1100 | 1000100 | 101000110 | 10000 | 11100 |
Color Harmonies of #523B48
Complementary color
Monochromatic Colors of #523B48
Black with #523B48
Text Example
Text Example
White with #523B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B48; }
p { color: rgb(82,59,72); }
H1.HeaderClassName
{
color: #523B48;
}
.AnyTagClassName
{
color: #523B48;
}
</style>
background-color css
<style>
a { background-color: #523B48; }
a { background-color: rgb(82,59,72); }
div.DivClassName
{
background-color: #523B48;
}
.BgClassName
{
background-color: #523B48;
}
</style>
border-color css
<style>
span { border-color: #523B48; }
span { border-color: rgb(82,59,72); }
td.TdClassName
{
border-color: #523B48;
}
.TagClassName
{
border-color: #523B48;
}
</style>