#4E2021

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

Shades of Lonestar #4E2021

Tints of Lonestar #4E2021

Color information

#4E2021 (or 0x4E2021) is unknown color: approx Lonestar. HEX triplet: 4E, 20 and 21. RGB value is (78,32,33). Sum of RGB (Red+Green+Blue) = 78+32+33=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2021 is #B1DFDE. Grayscale: #2D2D2D. Windows color (decimal): -11657183 or 2170958. OLE color: 2170958.

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

Color convert

RGB783233-
CMYK00.590.580.69
HSL358.7º41.82%21.57%-
HSV(B)358.7º58.97%30.59%-
XYZ3.932.761.76-
YUV45.87120.74150.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.55%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 33 (13.28% from 255) = 23.08%
R=54.55%
G=22.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78323300.590.580.69358.741.8221.57
Hex4E202103B3A451672a16
Octal1164041073721055475226
Binary10011101000001000010111011111010100010110110011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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