Shades of Liver #523945
Tints of Liver #523945
RGB
CMYK
RGB Variations
Color information
#523945 (or 0x523945) is known color: Liver. HEX triplet: 52, 39 and 45. RGB value is (82,57,69). Sum of RGB (Red+Green+Blue) = 82+57+69=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 82 - color contains mainly: red. Hex color #523945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523945 is #ADC6BA. Grayscale: #414141. Windows color (decimal): -11388603 or 4536658. OLE color: 4536658.
HSL color Cylindrical-coordinate representation of color #523945: hue angle of 331.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #523945 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 57 | 69 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.68 |
| HSL | 331.2º | 0.18% | 0.27% | - |
| HSV(B) | 331.2º | 0.3% | 0.32% | - |
| XYZ | 6.02 | 5.15 | 6.31 | - |
| YUV | 65.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 69 | 0 | 0.30 | 0.16 | 0.68 | 331.2 | 0.18 | 0.27 |
| Hex | 52 | 39 | 45 | 0 | 1E | 10 | 44 | 14B | 12 | 1B |
| Octal | 122 | 71 | 105 | 0 | 36 | 20 | 104 | 513 | 22 | 33 |
| Binary | 1010010 | 111001 | 1000101 | 0 | 11110 | 10000 | 1000100 | 101001011 | 10010 | 11011 |
Color Harmonies of #523945
Complementary color
Monochromatic Colors of #523945
Black with #523945
Text Example
Text Example
White with #523945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523945; }
p { color: rgb(82,57,69); }
H1.HeaderClassName
{
color: #523945;
}
.AnyTagClassName
{
color: #523945;
}
</style>
background-color css
<style>
a { background-color: #523945; }
a { background-color: rgb(82,57,69); }
div.DivClassName
{
background-color: #523945;
}
.BgClassName
{
background-color: #523945;
}
</style>
border-color css
<style>
span { border-color: #523945; }
span { border-color: rgb(82,57,69); }
td.TdClassName
{
border-color: #523945;
}
.TagClassName
{
border-color: #523945;
}
</style>