#4E2427

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

Shades of Lonestar #4E2427

Tints of Lonestar #4E2427

Color information

#4E2427 (or 0x4E2427) is unknown color: approx Lonestar. HEX triplet: 4E, 24 and 27. RGB value is (78,36,39). Sum of RGB (Red+Green+Blue) = 78+36+39=153 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.98% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2427 is #B1DBD8. Grayscale: #303030. Windows color (decimal): -11656153 or 2565198. OLE color: 2565198.

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

Color convert

RGB783639-
CMYK00.540.500.69
HSL355.71º36.84%22.35%-
HSV(B)355.71º53.85%30.59%-
XYZ4.143.032.29-
YUV48.9122.41148.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.98%
GREEN value IS 36 (14.45% from 255) = 23.53%
BLUE value IS 39 (15.62% from 255) = 25.49%
R=50.98%
G=23.53%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78363900.540.500.69355.7136.8422.35
Hex4E242703632451642516
Octal1164447066621055444526
Binary10011101001001001110110110110010100010110110010010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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