#4E200D

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

Shades of Brown Pod #4E200D

Tints of Brown Pod #4E200D

Color information

#4E200D (or 0x4E200D) is unknown color: approx Brown Pod. HEX triplet: 4E, 20 and 0D. RGB value is (78,32,13). Sum of RGB (Red+Green+Blue) = 78+32+13=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E200D is #B1DFF2. Grayscale: #2B2B2B. Windows color (decimal): -11657203 or 860238. OLE color: 860238.

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

Color convert

RGB783213-
CMYK00.590.830.69
HSL17.54º71.43%17.84%-
HSV(B)17.54º83.33%30.59%-
XYZ3.732.680.7-
YUV43.59110.74152.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 63.41%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 13 (5.47% from 255) = 10.57%
R=63.41%
G=26.02%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78321300.590.830.6917.5471.4317.84
Hex4E20D03B5345124712
Octal11640150731231052210722
Binary1001110100000110101110111010011100010110010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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