#4E200A

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

Shades of Brown Pod #4E200A

Tints of Brown Pod #4E200A

Color information

#4E200A (or 0x4E200A) is unknown color: approx Brown Pod. HEX triplet: 4E, 20 and 0A. RGB value is (78,32,10). Sum of RGB (Red+Green+Blue) = 78+32+10=120 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 78 - color contains mainly: red. Hex color #4E200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E200A is #B1DFF5. Grayscale: #2B2B2B. Windows color (decimal): -11657206 or 663630. OLE color: 663630.

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

Color convert

RGB783210-
CMYK00.590.870.69
HSL19.41º77.27%17.25%-
HSV(B)19.41º87.18%30.59%-
XYZ3.712.670.61-
YUV43.25109.24152.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 65%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=65%
G=26.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78321000.590.870.6919.4177.2717.25
Hex4E20A03B5745134d11
Octal11640120731271052311521
Binary1001110100000101001110111010111100010110011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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