#5A4853

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

Shades of Liver #5A4853

Tints of Liver #5A4853

Color information

#5A4853 (or 0x5A4853) is unknown color: approx Liver. HEX triplet: 5A, 48 and 53. RGB value is (90,72,83). Sum of RGB (Red+Green+Blue) = 90+72+83=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4853 is #A5B7AC. Grayscale: #4E4E4E. Windows color (decimal): -10860461 or 5458010. OLE color: 5458010.

HSL color Cylindrical-coordinate representation of color #5A4853: hue angle of 323.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A4853 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB907283-
CMYK00.200.080.65
HSL323.33º11.11%31.76%-
HSV(B)323.33º20%35.29%-
XYZ8.17.439.19-
YUV78.64130.46136.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.73%
GREEN value IS 72 (28.52% from 255) = 29.39%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=36.73%
G=29.39%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90728300.200.080.65323.3311.1131.76
Hex5A4853014841143b20
Octal132110123024101015031340
Binary101101010010001010011010100100010000011010000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A4853; }

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

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

<style>
 a { background-color: #5A4853; }

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

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

<style>
 span { border-color: #5A4853; }

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

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