Html Css Color HEX #524449 Liver

📋 copy color: '#524449'

red 82 ◦ green 68 ◦ blue 73

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

Shades of Liver #524449

Tints of Liver #524449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.49%

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

R = 36.77%
G = 30.49%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#524449 (or 0x524449) is known color: Liver. HEX triplet: 52, 44 and 49. RGB value is (82,68,73). Sum of RGB (Red+Green+Blue) = 82+68+73=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 82 - color contains mainly: red. Hex color #524449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524449 is #ADBBB6. Grayscale: #484848. Windows color (decimal): -11385783 or 4801618. OLE color: 4801618.

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

Color convert

RGB 82 68 73 -
CMYK 0 0.17 0.11 0.68
HSL 338.57º 0.09% 0.29% -
HSV(B) 338.57º 0.17% 0.32% -
XYZ 6.75 6.41 7.18 -
YUV 72.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 82 68 73 0 0.17 0.11 0.68 338.57 0.09 0.29
Hex 52 44 49 0 11 B 44 153 9 1D
Octal 122 104 111 0 21 13 104 523 11 35
Binary 1010010 1000100 1001001 0 10001 1011 1000100 101010011 1001 11101

Color Harmonies of #524449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524449

Black with #524449

Text Example


Text Example

White with #524449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524449; }

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

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

background-color css

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

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

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

border-color css

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

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

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