#4E1304

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

Shades of Brown Pod #4E1304

Tints of Brown Pod #4E1304

Color information

#4E1304 (or 0x4E1304) is unknown color: approx Brown Pod. HEX triplet: 4E, 13 and 04. RGB value is (78,19,4). Sum of RGB (Red+Green+Blue) = 78+19+4=101 (13% of max value = 765). Red value is 78 (30.86% from 255 or 77.23% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1304 is #B1ECFB. Grayscale: #232323. Windows color (decimal): -11660540 or 267086. OLE color: 267086.

HSL color Cylindrical-coordinate representation of color #4E1304: hue angle of 12.16º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E1304 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB78194-
CMYK00.760.950.69
HSL12.16º90.24%16.08%-
HSV(B)12.16º94.87%30.59%-
XYZ3.42.090.34-
YUV34.93110.55158.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 77.23%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 4 (1.95% from 255) = 3.96%
R=77.23%
G=18.81%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7819400.760.950.6912.1690.2416.08
Hex4E13404C5F45c5a10
Octal11623401141371051413220
Binary10011101001110001001100101111110001011100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,19,4); }

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

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

 a { background-color: rgb(78,19,4); }

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

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

 span { border-color: rgb(78,19,4); }

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