Shades of Liver #5C4853
Tints of Liver #5C4853
RGB
CMYK
RGB Variations
Color information
#5C4853 (or 0x5C4853) is known color: Liver. HEX triplet: 5C, 48 and 53. RGB value is (92,72,83). Sum of RGB (Red+Green+Blue) = 92+72+83=247 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.25% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4853 is #A3B7AC. Grayscale: #4F4F4F. Windows color (decimal): -10729389 or 5458012. OLE color: 5458012.
HSL color Cylindrical-coordinate representation of color #5C4853: hue angle of 327º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C4853 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 72 | 83 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.64 |
| HSL | 327º | 0.12% | 0.32% | - |
| HSV(B) | 327º | 0.22% | 0.36% | - |
| XYZ | 8.29 | 7.53 | 9.2 | - |
| YUV | 79.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 72 | 83 | 0 | 0.22 | 0.10 | 0.64 | 327 | 0.12 | 0.32 |
| Hex | 5C | 48 | 53 | 0 | 16 | A | 40 | 147 | C | 20 |
| Octal | 134 | 110 | 123 | 0 | 26 | 12 | 100 | 507 | 14 | 40 |
| Binary | 1011100 | 1001000 | 1010011 | 0 | 10110 | 1010 | 1000000 | 101000111 | 1100 | 100000 |
Color Harmonies of #5C4853
Complementary color
Monochromatic Colors of #5C4853
Black with #5C4853
Text Example
Text Example
White with #5C4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4853; }
p { color: rgb(92,72,83); }
H1.HeaderClassName
{
color: #5C4853;
}
.AnyTagClassName
{
color: #5C4853;
}
</style>
background-color css
<style>
a { background-color: #5C4853; }
a { background-color: rgb(92,72,83); }
div.DivClassName
{
background-color: #5C4853;
}
.BgClassName
{
background-color: #5C4853;
}
</style>
border-color css
<style>
span { border-color: #5C4853; }
span { border-color: rgb(92,72,83); }
td.TdClassName
{
border-color: #5C4853;
}
.TagClassName
{
border-color: #5C4853;
}
</style>