#524449

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

Shades of Liver #524449

Tints of Liver #524449

Color information

#524449 (or 0x524449) is unknown color: approx 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

RGB826873-
CMYK00.170.110.68
HSL338.57º9.33%29.41%-
HSV(B)338.57º17.07%32.16%-
XYZ6.756.417.18-
YUV72.76128.14134.59-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82687300.170.110.68338.579.3329.41
Hex524449011B4415391d
Octal122104111021131045231135
Binary10100101000100100100101000110111000100101010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>