Html Css Color HEX #504049 Liver

📋 copy color: '#504049'

red 80 ◦ green 64 ◦ blue 73

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

Shades of Liver #504049

Tints of Liver #504049

RGB

 RED value IS 80 (31.64% from 255) = 36.87%

 GREEN value IS 64 (25.39% from 255) = 29.49%

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

R = 36.87%
G = 29.49%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#504049 (or 0x504049) is known color: Liver. HEX triplet: 50, 40 and 49. RGB value is (80,64,73). Sum of RGB (Red+Green+Blue) = 80+64+73=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 80 - color contains mainly: red. Hex color #504049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504049 is #AFBFB6. Grayscale: #454545. Windows color (decimal): -11517879 or 4800592. OLE color: 4800592.

HSL color Cylindrical-coordinate representation of color #504049: hue angle of 326.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504049 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 64 73 -
CMYK 0 0.20 0.09 0.69
HSL 326.25º 0.11% 0.28% -
HSV(B) 326.25º 0.2% 0.31% -
XYZ 6.34 5.85 7.1 -
YUV 69.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 80 64 73 0 0.20 0.09 0.69 326.25 0.11 0.28
Hex 50 40 49 0 14 9 45 146 B 1C
Octal 120 100 111 0 24 11 105 506 13 34
Binary 1010000 1000000 1001001 0 10100 1001 1000101 101000110 1011 11100

Color Harmonies of #504049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504049

Black with #504049

Text Example


Text Example

White with #504049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504049; }

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

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

background-color css

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

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

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

border-color css

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

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

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