#501E20

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

Shades of Lonestar #501E20

Tints of Lonestar #501E20

Color information

#501E20 (or 0x501E20) is unknown color: approx Lonestar. HEX triplet: 50, 1E and 20. RGB value is (80,30,32). Sum of RGB (Red+Green+Blue) = 80+30+32=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #501E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E20 is #AFE1DF. Grayscale: #2D2D2D. Windows color (decimal): -11526624 or 2104912. OLE color: 2104912.

HSL color Cylindrical-coordinate representation of color #501E20: hue angle of 357.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E20 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB803032-
CMYK00.620.600.69
HSL357.6º45.45%21.57%-
HSV(B)357.6º62.5%31.37%-
XYZ4.032.741.68-
YUV45.18120.56152.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.34%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=56.34%
G=21.13%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80303200.620.600.69357.645.4521.57
Hex501E2003E3C451662d16
Octal1203640076741055465526
Binary1010000111101000000111110111100100010110110011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501E20; }

 p { color: rgb(80,30,32); }

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

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

 a { background-color: rgb(80,30,32); }

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

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

 span { border-color: rgb(80,30,32); }

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