#533E48

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

Shades of Liver #533E48

Tints of Liver #533E48

Color information

#533E48 (or 0x533E48) is unknown color: approx Liver. HEX triplet: 53, 3E and 48. RGB value is (83,62,72). Sum of RGB (Red+Green+Blue) = 83+62+72=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #533E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E48 is #ACC1B7. Grayscale: #454545. Windows color (decimal): -11321784 or 4734547. OLE color: 4734547.

HSL color Cylindrical-coordinate representation of color #533E48: hue angle of 331.43º 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 #533E48 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB836272-
CMYK00.250.130.67
HSL331.43º14.48%28.43%-
HSV(B)331.43º25.3%32.55%-
XYZ6.465.756.9-
YUV69.42129.46137.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 62 (24.61% from 255) = 28.57%
BLUE value IS 72 (28.52% from 255) = 33.18%
R=38.25%
G=28.57%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83627200.250.130.67331.4314.4828.43
Hex533E48019D4314be1c
Octal12376110031151035131634
Binary1010011111110100100001100111011000011101001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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