Shades of Liver #533D46
Tints of Liver #533D46
RGB
CMYK
RGB Variations
Color information
#533D46 (or 0x533D46) is known color: Liver. HEX triplet: 53, 3D and 46. RGB value is (83,61,70). Sum of RGB (Red+Green+Blue) = 83+61+70=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #533D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D46 is #ACC2B9. Grayscale: #444444. Windows color (decimal): -11322042 or 4603219. OLE color: 4603219.
HSL color Cylindrical-coordinate representation of color #533D46: hue angle of 335.45º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #533D46 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 70 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.67 |
| HSL | 335.45º | 0.15% | 0.28% | - |
| HSV(B) | 335.45º | 0.27% | 0.33% | - |
| XYZ | 6.34 | 5.62 | 6.54 | - |
| YUV | 68.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 70 | 0 | 0.27 | 0.16 | 0.67 | 335.45 | 0.15 | 0.28 |
| Hex | 53 | 3D | 46 | 0 | 1B | 10 | 43 | 14F | F | 1C |
| Octal | 123 | 75 | 106 | 0 | 33 | 20 | 103 | 517 | 17 | 34 |
| Binary | 1010011 | 111101 | 1000110 | 0 | 11011 | 10000 | 1000011 | 101001111 | 1111 | 11100 |
Color Harmonies of #533D46
Complementary color
Monochromatic Colors of #533D46
Black with #533D46
Text Example
Text Example
White with #533D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D46; }
p { color: rgb(83,61,70); }
H1.HeaderClassName
{
color: #533D46;
}
.AnyTagClassName
{
color: #533D46;
}
</style>
background-color css
<style>
a { background-color: #533D46; }
a { background-color: rgb(83,61,70); }
div.DivClassName
{
background-color: #533D46;
}
.BgClassName
{
background-color: #533D46;
}
</style>
border-color css
<style>
span { border-color: #533D46; }
span { border-color: rgb(83,61,70); }
td.TdClassName
{
border-color: #533D46;
}
.TagClassName
{
border-color: #533D46;
}
</style>