Html Css Color HEX #503E45 Liver

📋 copy color: '#503E45'

red 80 ◦ green 62 ◦ blue 69

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

Shades of Liver #503E45

Tints of Liver #503E45

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.38%

 BLUE value IS 69 (27.34% from 255) = 32.7%

R = 37.91%
G = 29.38%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#503E45 (or 0x503E45) is known color: Liver. HEX triplet: 50, 3E and 45. RGB value is (80,62,69). Sum of RGB (Red+Green+Blue) = 80+62+69=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #503E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E45 is #AFC1BA. Grayscale: #444444. Windows color (decimal): -11518395 or 4537936. OLE color: 4537936.

HSL color Cylindrical-coordinate representation of color #503E45: hue angle of 336.67º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #503E45 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 62 69 -
CMYK 0 0.22 0.14 0.69
HSL 336.67º 0.13% 0.28% -
HSV(B) 336.67º 0.23% 0.31% -
XYZ 6.11 5.58 6.39 -
YUV 68.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 80 62 69 0 0.22 0.14 0.69 336.67 0.13 0.28
Hex 50 3E 45 0 16 E 45 151 D 1C
Octal 120 76 105 0 26 16 105 521 15 34
Binary 1010000 111110 1000101 0 10110 1110 1000101 101010001 1101 11100

Color Harmonies of #503E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E45

Black with #503E45

Text Example


Text Example

White with #503E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503E45; }

 p { color: rgb(80,62,69); }

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

background-color css

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

 a { background-color: rgb(80,62,69); }

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

border-color css

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

 span { border-color: rgb(80,62,69); }

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