Shades of Liver #533D48
Tints of Liver #533D48
RGB
CMYK
RGB Variations
Color information
#533D48 (or 0x533D48) is known color: Liver. HEX triplet: 53, 3D and 48. RGB value is (83,61,72). Sum of RGB (Red+Green+Blue) = 83+61+72=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #533D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D48 is #ACC2B7. Grayscale: #444444. Windows color (decimal): -11322040 or 4734291. OLE color: 4734291.
HSL color Cylindrical-coordinate representation of color #533D48: hue angle of 330º 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 #533D48 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 72 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.67 |
| HSL | 330º | 0.15% | 0.28% | - |
| HSV(B) | 330º | 0.27% | 0.33% | - |
| XYZ | 6.41 | 5.64 | 6.88 | - |
| YUV | 68.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 72 | 0 | 0.27 | 0.13 | 0.67 | 330 | 0.15 | 0.28 |
| Hex | 53 | 3D | 48 | 0 | 1B | D | 43 | 14A | F | 1C |
| Octal | 123 | 75 | 110 | 0 | 33 | 15 | 103 | 512 | 17 | 34 |
| Binary | 1010011 | 111101 | 1001000 | 0 | 11011 | 1101 | 1000011 | 101001010 | 1111 | 11100 |
Color Harmonies of #533D48
Complementary color
Monochromatic Colors of #533D48
Black with #533D48
Text Example
Text Example
White with #533D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D48; }
p { color: rgb(83,61,72); }
H1.HeaderClassName
{
color: #533D48;
}
.AnyTagClassName
{
color: #533D48;
}
</style>
background-color css
<style>
a { background-color: #533D48; }
a { background-color: rgb(83,61,72); }
div.DivClassName
{
background-color: #533D48;
}
.BgClassName
{
background-color: #533D48;
}
</style>
border-color css
<style>
span { border-color: #533D48; }
span { border-color: rgb(83,61,72); }
td.TdClassName
{
border-color: #533D48;
}
.TagClassName
{
border-color: #533D48;
}
</style>