#4E2024

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

Shades of Lonestar #4E2024

Tints of Lonestar #4E2024

Color information

#4E2024 (or 0x4E2024) is unknown color: approx Lonestar. HEX triplet: 4E, 20 and 24. RGB value is (78,32,36). Sum of RGB (Red+Green+Blue) = 78+32+36=146 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.42% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2024 is #B1DFDB. Grayscale: #2E2E2E. Windows color (decimal): -11657180 or 2367566. OLE color: 2367566.

HSL color Cylindrical-coordinate representation of color #4E2024: hue angle of 354.78º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E2024 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB783236-
CMYK00.590.540.69
HSL354.78º41.82%21.57%-
HSV(B)354.78º58.97%30.59%-
XYZ3.982.782-
YUV46.21122.24150.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.42%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=53.42%
G=21.92%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78323600.590.540.69354.7841.8221.57
Hex4E202403B36451632a16
Octal1164044073661055435226
Binary10011101000001001000111011110110100010110110001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,32,36); }

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

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

 a { background-color: rgb(78,32,36); }

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

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

 span { border-color: rgb(78,32,36); }

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