#4E200B

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

Shades of Brown Pod #4E200B

Tints of Brown Pod #4E200B

Color information

#4E200B (or 0x4E200B) is unknown color: approx Brown Pod. HEX triplet: 4E, 20 and 0B. RGB value is (78,32,11). Sum of RGB (Red+Green+Blue) = 78+32+11=121 (16% of max value = 765). Red value is 78 (30.86% from 255 or 64.46% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 78 - color contains mainly: red. Hex color #4E200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E200B is #B1DFF4. Grayscale: #2B2B2B. Windows color (decimal): -11657205 or 729166. OLE color: 729166.

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

Color convert

RGB783211-
CMYK00.590.860.69
HSL18.81º75.28%17.45%-
HSV(B)18.81º85.9%30.59%-
XYZ3.722.680.64-
YUV43.36109.74152.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 64.46%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 11 (4.69% from 255) = 9.09%
R=64.46%
G=26.45%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78321100.590.860.6918.8175.2817.45
Hex4E20B03B5645134b11
Octal11640130731261052311321
Binary1001110100000101101110111010110100010110011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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