Html Css Color HEX #524149 Liver

📋 copy color: '#524149'

red 82 ◦ green 65 ◦ blue 73

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

Shades of Liver #524149

Tints of Liver #524149

RGB

 RED value IS 82 (32.42% from 255) = 37.27%

 GREEN value IS 65 (25.78% from 255) = 29.55%

 BLUE value IS 73 (28.91% from 255) = 33.18%

R = 37.27%
G = 29.55%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#524149 (or 0x524149) is known color: Liver. HEX triplet: 52, 41 and 49. RGB value is (82,65,73). Sum of RGB (Red+Green+Blue) = 82+65+73=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 82 - color contains mainly: red. Hex color #524149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524149 is #ADBEB6. Grayscale: #464646. Windows color (decimal): -11386551 or 4800850. OLE color: 4800850.

HSL color Cylindrical-coordinate representation of color #524149: hue angle of 331.76º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #524149 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 65 73 -
CMYK 0 0.21 0.11 0.68
HSL 331.76º 0.12% 0.29% -
HSV(B) 331.76º 0.21% 0.32% -
XYZ 6.57 6.06 7.13 -
YUV 71 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 82 65 73 0 0.21 0.11 0.68 331.76 0.12 0.29
Hex 52 41 49 0 15 B 44 14C C 1D
Octal 122 101 111 0 25 13 104 514 14 35
Binary 1010010 1000001 1001001 0 10101 1011 1000100 101001100 1100 11101

Color Harmonies of #524149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524149

Black with #524149

Text Example


Text Example

White with #524149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524149; }

 p { color: rgb(82,65,73); }

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

background-color css

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

 a { background-color: rgb(82,65,73); }

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

border-color css

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

 span { border-color: rgb(82,65,73); }

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