Shades of Liver #523B45
Tints of Liver #523B45
RGB
CMYK
RGB Variations
Color information
#523B45 (or 0x523B45) is known color: Liver. HEX triplet: 52, 3B and 45. RGB value is (82,59,69). Sum of RGB (Red+Green+Blue) = 82+59+69=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #523B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B45 is #ADC4BA. Grayscale: #434343. Windows color (decimal): -11388091 or 4537170. OLE color: 4537170.
HSL color Cylindrical-coordinate representation of color #523B45: hue angle of 333.91º 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 #523B45 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 69 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.68 |
| HSL | 333.91º | 0.16% | 0.28% | - |
| HSV(B) | 333.91º | 0.28% | 0.32% | - |
| XYZ | 6.12 | 5.35 | 6.34 | - |
| YUV | 67.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 69 | 0 | 0.28 | 0.16 | 0.68 | 333.91 | 0.16 | 0.28 |
| Hex | 52 | 3B | 45 | 0 | 1C | 10 | 44 | 14E | 10 | 1C |
| Octal | 122 | 73 | 105 | 0 | 34 | 20 | 104 | 516 | 20 | 34 |
| Binary | 1010010 | 111011 | 1000101 | 0 | 11100 | 10000 | 1000100 | 101001110 | 10000 | 11100 |
Color Harmonies of #523B45
Complementary color
Monochromatic Colors of #523B45
Black with #523B45
Text Example
Text Example
White with #523B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B45; }
p { color: rgb(82,59,69); }
H1.HeaderClassName
{
color: #523B45;
}
.AnyTagClassName
{
color: #523B45;
}
</style>
background-color css
<style>
a { background-color: #523B45; }
a { background-color: rgb(82,59,69); }
div.DivClassName
{
background-color: #523B45;
}
.BgClassName
{
background-color: #523B45;
}
</style>
border-color css
<style>
span { border-color: #523B45; }
span { border-color: rgb(82,59,69); }
td.TdClassName
{
border-color: #523B45;
}
.TagClassName
{
border-color: #523B45;
}
</style>