Html Css Color HEX #5A4752 Liver

📋 copy color: '#5A4752'

red 90 ◦ green 71 ◦ blue 82

#5A4752
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Liver #5A4752

Tints of Liver #5A4752

RGB

 RED value IS 90 (35.55% from 255) = 37.04%

 GREEN value IS 71 (28.13% from 255) = 29.22%

 BLUE value IS 82 (32.42% from 255) = 33.74%

R = 37.04%
G = 29.22%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#5A4752 (or 0x5A4752) is known color: Liver. HEX triplet: 5A, 47 and 52. RGB value is (90,71,82). Sum of RGB (Red+Green+Blue) = 90+71+82=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4752 is #A5B8AD. Grayscale: #4D4D4D. Windows color (decimal): -10860718 or 5392218. OLE color: 5392218.

HSL color Cylindrical-coordinate representation of color #5A4752: hue angle of 325.26º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A4752 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 71 82 -
CMYK 0 0.21 0.09 0.65
HSL 325.26º 0.12% 0.32% -
HSV(B) 325.26º 0.21% 0.35% -
XYZ 7.99 7.29 8.97 -
YUV 77.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 90 71 82 0 0.21 0.09 0.65 325.26 0.12 0.32
Hex 5A 47 52 0 15 9 41 145 C 20
Octal 132 107 122 0 25 11 101 505 14 40
Binary 1011010 1000111 1010010 0 10101 1001 1000001 101000101 1100 100000

Color Harmonies of #5A4752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4752

Black with #5A4752

Text Example


Text Example

White with #5A4752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,71,82); }

 H1.HeaderClassName
 {
   color: #5A4752;
 }
 .AnyTagClassName
 {
   color: #5A4752;
 }
</style>

background-color css

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

 a { background-color: rgb(90,71,82); }

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

border-color css

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

 span { border-color: rgb(90,71,82); }

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