#4E1A0D

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

Shades of Brown Pod #4E1A0D

Tints of Brown Pod #4E1A0D

Color information

#4E1A0D (or 0x4E1A0D) is unknown color: approx Brown Pod. HEX triplet: 4E, 1A and 0D. RGB value is (78,26,13). Sum of RGB (Red+Green+Blue) = 78+26+13=117 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.67% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1A0D is #B1E5F2. Grayscale: #282828. Windows color (decimal): -11658739 or 858702. OLE color: 858702.

HSL color Cylindrical-coordinate representation of color #4E1A0D: hue angle of 12º 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 #4E1A0D is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB782613-
CMYK00.670.830.69
HSL12º71.43%17.84%-
HSV(B)12º83.33%30.59%-
XYZ3.582.390.65-
YUV40.07112.73155.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 66.67%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 13 (5.47% from 255) = 11.11%
R=66.67%
G=22.22%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78261300.670.830.691271.4317.84
Hex4E1AD0435345c4712
Octal116321501031231051410722
Binary100111011010110101000011101001110001011100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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