#4E2124

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

Shades of Lonestar #4E2124

Tints of Lonestar #4E2124

Color information

#4E2124 (or 0x4E2124) is unknown color: approx Lonestar. HEX triplet: 4E, 21 and 24. RGB value is (78,33,36). Sum of RGB (Red+Green+Blue) = 78+33+36=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2124 is #B1DEDB. Grayscale: #2E2E2E. Windows color (decimal): -11656924 or 2367822. OLE color: 2367822.

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

Color convert

RGB783336-
CMYK00.580.540.69
HSL356º40.54%21.76%-
HSV(B)356º57.69%30.59%-
XYZ42.832.01-
YUV46.8121.91150.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.06%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=53.06%
G=22.45%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78333600.580.540.6935640.5421.76
Hex4E212403A36451642916
Octal1164144072661055445126
Binary10011101000011001000111010110110100010110110010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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