#4E2012

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

Shades of Brown Pod #4E2012

Tints of Brown Pod #4E2012

Color information

#4E2012 (or 0x4E2012) is unknown color: approx Brown Pod. HEX triplet: 4E, 20 and 12. RGB value is (78,32,18). Sum of RGB (Red+Green+Blue) = 78+32+18=128 (16% of max value = 765). Red value is 78 (30.86% from 255 or 60.94% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2012 is #B1DFED. Grayscale: #2C2C2C. Windows color (decimal): -11657198 or 1187918. OLE color: 1187918.

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

Color convert

RGB783218-
CMYK00.590.770.69
HSL14º62.5%18.82%-
HSV(B)14º76.92%30.59%-
XYZ3.772.70.89-
YUV44.16113.24152.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 60.94%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 14.06%
R=60.94%
G=25%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78321800.590.770.691462.518.82
Hex4E201203B4D45e3e13
Octal1164022073115105167623
Binary100111010000010010011101110011011000101111011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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