#504249

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

Shades of Liver #504249

Tints of Liver #504249

Color information

#504249 (or 0x504249) is unknown color: approx Liver. HEX triplet: 50, 42 and 49. RGB value is (80,66,73). Sum of RGB (Red+Green+Blue) = 80+66+73=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 80 - color contains mainly: red. Hex color #504249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504249 is #AFBDB6. Grayscale: #464646. Windows color (decimal): -11517367 or 4801104. OLE color: 4801104.

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

Color convert

RGB806673-
CMYK00.170.090.69
HSL330º9.59%28.63%-
HSV(B)330º17.5%31.37%-
XYZ6.466.087.14-
YUV70.98129.14134.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 73 (28.91% from 255) = 33.33%
R=36.53%
G=30.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80667300.170.090.693309.5928.63
Hex50424901194514aa1d
Octal120102111021111055121235
Binary10100001000010100100101000110011000101101001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504249; }

 p { color: rgb(80,66,73); }

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

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

 a { background-color: rgb(80,66,73); }

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

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

 span { border-color: rgb(80,66,73); }

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