Shades of Liver #523B46
Tints of Liver #523B46
RGB
CMYK
RGB Variations
Color information
#523B46 (or 0x523B46) is known color: Liver. HEX triplet: 52, 3B and 46. RGB value is (82,59,70). Sum of RGB (Red+Green+Blue) = 82+59+70=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #523B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B46 is #ADC4B9. Grayscale: #434343. Windows color (decimal): -11388090 or 4602706. OLE color: 4602706.
HSL color Cylindrical-coordinate representation of color #523B46: hue angle of 331.3º 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 #523B46 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 70 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.68 |
| HSL | 331.3º | 0.16% | 0.28% | - |
| HSV(B) | 331.3º | 0.28% | 0.32% | - |
| XYZ | 6.15 | 5.36 | 6.51 | - |
| YUV | 67.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 70 | 0 | 0.28 | 0.15 | 0.68 | 331.3 | 0.16 | 0.28 |
| Hex | 52 | 3B | 46 | 0 | 1C | F | 44 | 14B | 10 | 1C |
| Octal | 122 | 73 | 106 | 0 | 34 | 17 | 104 | 513 | 20 | 34 |
| Binary | 1010010 | 111011 | 1000110 | 0 | 11100 | 1111 | 1000100 | 101001011 | 10000 | 11100 |
Color Harmonies of #523B46
Complementary color
Monochromatic Colors of #523B46
Black with #523B46
Text Example
Text Example
White with #523B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B46; }
p { color: rgb(82,59,70); }
H1.HeaderClassName
{
color: #523B46;
}
.AnyTagClassName
{
color: #523B46;
}
</style>
background-color css
<style>
a { background-color: #523B46; }
a { background-color: rgb(82,59,70); }
div.DivClassName
{
background-color: #523B46;
}
.BgClassName
{
background-color: #523B46;
}
</style>
border-color css
<style>
span { border-color: #523B46; }
span { border-color: rgb(82,59,70); }
td.TdClassName
{
border-color: #523B46;
}
.TagClassName
{
border-color: #523B46;
}
</style>