#4E1D0A

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

Shades of Brown Pod #4E1D0A

Tints of Brown Pod #4E1D0A

Color information

#4E1D0A (or 0x4E1D0A) is unknown color: approx Brown Pod. HEX triplet: 4E, 1D and 0A. RGB value is (78,29,10). Sum of RGB (Red+Green+Blue) = 78+29+10=117 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.67% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1D0A is #B1E2F5. Grayscale: #292929. Windows color (decimal): -11657974 or 662862. OLE color: 662862.

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

Color convert

RGB782910-
CMYK00.630.870.69
HSL16.76º77.27%17.25%-
HSV(B)16.76º87.18%30.59%-
XYZ3.642.520.58-
YUV41.48110.23154.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 66.67%
GREEN value IS 29 (11.72% from 255) = 24.79%
BLUE value IS 10 (4.30% from 255) = 8.55%
R=66.67%
G=24.79%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78291000.630.870.6916.7677.2717.25
Hex4E1DA03F5745114d11
Octal11635120771271052111521
Binary100111011101101001111111010111100010110001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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