Shades of Liver #533B46
Tints of Liver #533B46
RGB
CMYK
RGB Variations
Color information
#533B46 (or 0x533B46) is known color: Liver. HEX triplet: 53, 3B and 46. RGB value is (83,59,70). Sum of RGB (Red+Green+Blue) = 83+59+70=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #533B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B46 is #ACC4B9. Grayscale: #434343. Windows color (decimal): -11322554 or 4602707. OLE color: 4602707.
HSL color Cylindrical-coordinate representation of color #533B46: hue angle of 332.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #533B46 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 70 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.67 |
| HSL | 332.5º | 0.17% | 0.28% | - |
| HSV(B) | 332.5º | 0.29% | 0.33% | - |
| XYZ | 6.24 | 5.41 | 6.51 | - |
| YUV | 67.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 70 | 0 | 0.29 | 0.16 | 0.67 | 332.5 | 0.17 | 0.28 |
| Hex | 53 | 3B | 46 | 0 | 1D | 10 | 43 | 14C | 11 | 1C |
| Octal | 123 | 73 | 106 | 0 | 35 | 20 | 103 | 514 | 21 | 34 |
| Binary | 1010011 | 111011 | 1000110 | 0 | 11101 | 10000 | 1000011 | 101001100 | 10001 | 11100 |
Color Harmonies of #533B46
Complementary color
Monochromatic Colors of #533B46
Black with #533B46
Text Example
Text Example
White with #533B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B46; }
p { color: rgb(83,59,70); }
H1.HeaderClassName
{
color: #533B46;
}
.AnyTagClassName
{
color: #533B46;
}
</style>
background-color css
<style>
a { background-color: #533B46; }
a { background-color: rgb(83,59,70); }
div.DivClassName
{
background-color: #533B46;
}
.BgClassName
{
background-color: #533B46;
}
</style>
border-color css
<style>
span { border-color: #533B46; }
span { border-color: rgb(83,59,70); }
td.TdClassName
{
border-color: #533B46;
}
.TagClassName
{
border-color: #533B46;
}
</style>