Shades of Liver #533F4A
Tints of Liver #533F4A
RGB
CMYK
RGB Variations
Color information
#533F4A (or 0x533F4A) is known color: Liver. HEX triplet: 53, 3F and 4A. RGB value is (83,63,74). Sum of RGB (Red+Green+Blue) = 83+63+74=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #533F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F4A is #ACC0B5. Grayscale: #464646. Windows color (decimal): -11321526 or 4865875. OLE color: 4865875.
HSL color Cylindrical-coordinate representation of color #533F4A: hue angle of 327º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #533F4A is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 74 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.67 |
| HSL | 327º | 0.14% | 0.29% | - |
| HSV(B) | 327º | 0.24% | 0.33% | - |
| XYZ | 6.58 | 5.89 | 7.27 | - |
| YUV | 70.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 74 | 0 | 0.24 | 0.11 | 0.67 | 327 | 0.14 | 0.29 |
| Hex | 53 | 3F | 4A | 0 | 18 | B | 43 | 147 | E | 1D |
| Octal | 123 | 77 | 112 | 0 | 30 | 13 | 103 | 507 | 16 | 35 |
| Binary | 1010011 | 111111 | 1001010 | 0 | 11000 | 1011 | 1000011 | 101000111 | 1110 | 11101 |
Color Harmonies of #533F4A
Complementary color
Monochromatic Colors of #533F4A
Black with #533F4A
Text Example
Text Example
White with #533F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F4A; }
p { color: rgb(83,63,74); }
H1.HeaderClassName
{
color: #533F4A;
}
.AnyTagClassName
{
color: #533F4A;
}
</style>
background-color css
<style>
a { background-color: #533F4A; }
a { background-color: rgb(83,63,74); }
div.DivClassName
{
background-color: #533F4A;
}
.BgClassName
{
background-color: #533F4A;
}
</style>
border-color css
<style>
span { border-color: #533F4A; }
span { border-color: rgb(83,63,74); }
td.TdClassName
{
border-color: #533F4A;
}
.TagClassName
{
border-color: #533F4A;
}
</style>