#533E49

Color #533E49 Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #533E49

Tints of Liver #533E49

Color information

#533E49 (or 0x533E49) is unknown color: approx Liver. HEX triplet: 53, 3E and 49. RGB value is (83,62,73). Sum of RGB (Red+Green+Blue) = 83+62+73=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #533E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E49 is #ACC1B6. Grayscale: #454545. Windows color (decimal): -11321783 or 4800083. OLE color: 4800083.

HSL color Cylindrical-coordinate representation of color #533E49: hue angle of 328.57º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #533E49 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB836273-
CMYK00.250.120.67
HSL328.57º14.48%28.43%-
HSV(B)328.57º25.3%32.55%-
XYZ6.495.777.07-
YUV69.53129.96137.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 62 (24.61% from 255) = 28.44%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=38.07%
G=28.44%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83627300.250.120.67328.5714.4828.43
Hex533E49019C43149e1c
Octal12376111031141035111634
Binary1010011111110100100101100111001000011101001001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533E49; }

 p { color: rgb(83,62,73); }

 H1.HeaderClassName
 {
   color: #533E49;
 }
 .AnyTagClassName
 {
   color: #533E49;
 }
</style>
background-color css

<style>
 a { background-color: #533E49; }

 a { background-color: rgb(83,62,73); }

 div.DivClassName
 {
   background-color: #533E49;
 }
 .BgClassName
 {
   background-color: #533E49;
 }
</style>
border-color css

<style>
 span { border-color: #533E49; }

 span { border-color: rgb(83,62,73); }

 td.TdClassName
 {
   border-color: #533E49;
 }
 .TagClassName
 {
   border-color: #533E49;
 }
</style>