#533D4A

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

Shades of Liver #533D4A

Tints of Liver #533D4A

Color information

#533D4A (or 0x533D4A) is unknown color: approx Liver. HEX triplet: 53, 3D and 4A. RGB value is (83,61,74). Sum of RGB (Red+Green+Blue) = 83+61+74=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #533D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D4A is #ACC2B5. Grayscale: #454545. Windows color (decimal): -11322038 or 4865363. OLE color: 4865363.

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

Color convert

RGB836174-
CMYK00.270.110.67
HSL324.55º15.28%28.24%-
HSV(B)324.55º26.51%32.55%-
XYZ6.475.677.23-
YUV69.06130.79137.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=38.07%
G=27.98%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83617400.270.110.67324.5515.2828.24
Hex533D4A01BB43145f1c
Octal12375112033131035051734
Binary1010011111101100101001101110111000011101000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,61,74); }

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

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

 a { background-color: rgb(83,61,74); }

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

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

 span { border-color: rgb(83,61,74); }

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