#4D1E20

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

Shades of Lonestar #4D1E20

Tints of Lonestar #4D1E20

Color information

#4D1E20 (or 0x4D1E20) is unknown color: approx Lonestar. HEX triplet: 4D, 1E and 20. RGB value is (77,30,32). Sum of RGB (Red+Green+Blue) = 77+30+32=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E20 is #B2E1DF. Grayscale: #2C2C2C. Windows color (decimal): -11723232 or 2104909. OLE color: 2104909.

HSL color Cylindrical-coordinate representation of color #4D1E20: hue angle of 357.45º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D1E20 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB773032-
CMYK00.610.580.70
HSL357.45º43.93%20.98%-
HSV(B)357.45º61.04%30.2%-
XYZ3.792.611.67-
YUV44.28121.07151.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 55.40%
GREEN value IS 30 (12.11% from 255) = 21.58%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=55.40%
G=21.58%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77303200.610.580.70357.4543.9320.98
Hex4D1E2003D3A461652c15
Octal1153640075721065455425
Binary1001101111101000000111101111010100011010110010110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D1E20; }

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

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

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

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

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

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

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

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