#4E2327

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

Shades of Lonestar #4E2327

Tints of Lonestar #4E2327

Color information

#4E2327 (or 0x4E2327) is unknown color: approx Lonestar. HEX triplet: 4E, 23 and 27. RGB value is (78,35,39). Sum of RGB (Red+Green+Blue) = 78+35+39=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2327 is #B1DCD8. Grayscale: #303030. Windows color (decimal): -11656409 or 2564942. OLE color: 2564942.

HSL color Cylindrical-coordinate representation of color #4E2327: hue angle of 354.42º 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 #4E2327 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.69.

Color convert

RGB783539-
CMYK00.550.500.69
HSL354.42º38.05%22.16%-
HSV(B)354.42º55.13%30.59%-
XYZ4.112.972.28-
YUV48.31122.75149.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 51.32%
GREEN value IS 35 (14.06% from 255) = 23.03%
BLUE value IS 39 (15.62% from 255) = 25.66%
R=51.32%
G=23.03%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78353900.550.500.69354.4238.0522.16
Hex4E232703732451622616
Octal1164347067621055424626
Binary10011101000111001110110111110010100010110110001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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