#4E2011

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

Shades of Brown Pod #4E2011

Tints of Brown Pod #4E2011

Color information

#4E2011 (or 0x4E2011) is unknown color: approx Brown Pod. HEX triplet: 4E, 20 and 11. RGB value is (78,32,17). Sum of RGB (Red+Green+Blue) = 78+32+17=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2011 is #B1DFEE. Grayscale: #2C2C2C. Windows color (decimal): -11657199 or 1122382. OLE color: 1122382.

HSL color Cylindrical-coordinate representation of color #4E2011: hue angle of 14.75º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E2011 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB783217-
CMYK00.590.780.69
HSL14.75º64.21%18.63%-
HSV(B)14.75º78.21%30.59%-
XYZ3.762.690.85-
YUV44.04112.74152.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.42%
GREEN value IS 32 (12.89% from 255) = 25.20%
BLUE value IS 17 (7.03% from 255) = 13.39%
R=61.42%
G=25.20%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78321700.590.780.6914.7564.2118.63
Hex4E201103B4E45f4013
Octal11640210731161051710023
Binary1001110100000100010111011100111010001011111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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