#533E4A

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

Shades of Liver #533E4A

Tints of Liver #533E4A

Color information

#533E4A (or 0x533E4A) is unknown color: approx Liver. HEX triplet: 53, 3E and 4A. RGB value is (83,62,74). Sum of RGB (Red+Green+Blue) = 83+62+74=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #533E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E4A is #ACC1B5. Grayscale: #454545. Windows color (decimal): -11321782 or 4865619. OLE color: 4865619.

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

Color convert

RGB836274-
CMYK00.250.110.67
HSL325.71º14.48%28.43%-
HSV(B)325.71º25.3%32.55%-
XYZ6.535.787.25-
YUV69.65130.46137.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 62 (24.61% from 255) = 28.31%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=37.90%
G=28.31%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83627400.250.110.67325.7114.4828.43
Hex533E4A019B43146e1c
Octal12376112031131035061634
Binary1010011111110100101001100110111000011101000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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