#4E2326

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

Shades of Lonestar #4E2326

Tints of Lonestar #4E2326

Color information

#4E2326 (or 0x4E2326) is unknown color: approx Lonestar. HEX triplet: 4E, 23 and 26. RGB value is (78,35,38). Sum of RGB (Red+Green+Blue) = 78+35+38=151 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.66% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2326 is #B1DCD9. Grayscale: #303030. Windows color (decimal): -11656410 or 2499406. OLE color: 2499406.

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

Color convert

RGB783538-
CMYK00.550.510.69
HSL355.81º38.05%22.16%-
HSV(B)355.81º55.13%30.59%-
XYZ4.092.962.19-
YUV48.2122.25149.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 51.66%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=51.66%
G=23.18%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78353800.550.510.69355.8138.0522.16
Hex4E232603733451642616
Octal1164346067631055444626
Binary10011101000111001100110111110011100010110110010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,35,38); }

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

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

 a { background-color: rgb(78,35,38); }

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

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

 span { border-color: rgb(78,35,38); }

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