Html Css Color HEX #504148 Liver

📋 copy color: '#504148'

red 80 ◦ green 65 ◦ blue 72

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

Shades of Liver #504148

Tints of Liver #504148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.18%

R = 36.87%
G = 29.95%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#504148 (or 0x504148) is known color: Liver. HEX triplet: 50, 41 and 48. RGB value is (80,65,72). Sum of RGB (Red+Green+Blue) = 80+65+72=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 80 - color contains mainly: red. Hex color #504148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504148 is #AFBEB7. Grayscale: #464646. Windows color (decimal): -11517624 or 4735312. OLE color: 4735312.

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

Color convert

RGB 80 65 72 -
CMYK 0 0.19 0.10 0.69
HSL 332º 0.1% 0.28% -
HSV(B) 332º 0.19% 0.31% -
XYZ 6.37 5.95 6.94 -
YUV 70.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 80 65 72 0 0.19 0.10 0.69 332 0.1 0.28
Hex 50 41 48 0 13 A 45 14C A 1C
Octal 120 101 110 0 23 12 105 514 12 34
Binary 1010000 1000001 1001000 0 10011 1010 1000101 101001100 1010 11100

Color Harmonies of #504148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504148

Black with #504148

Text Example


Text Example

White with #504148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504148; }

 p { color: rgb(80,65,72); }

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

background-color css

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

 a { background-color: rgb(80,65,72); }

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

border-color css

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

 span { border-color: rgb(80,65,72); }

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