#4E1902

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

Shades of Brown Pod #4E1902

Tints of Brown Pod #4E1902

Color information

#4E1902 (or 0x4E1902) is unknown color: approx Brown Pod. HEX triplet: 4E, 19 and 02. RGB value is (78,25,2). Sum of RGB (Red+Green+Blue) = 78+25+2=105 (13% of max value = 765). Red value is 78 (30.86% from 255 or 74.29% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1902 is #B1E6FD. Grayscale: #262626. Windows color (decimal): -11659006 or 137550. OLE color: 137550.

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

Color convert

RGB78252-
CMYK00.680.970.69
HSL18.16º95%15.69%-
HSV(B)18.16º97.44%30.59%-
XYZ3.52.320.32-
YUV38.22107.56156.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 74.29%
GREEN value IS 25 (10.16% from 255) = 23.81%
BLUE value IS 2 (1.17% from 255) = 1.90%
R=74.29%
G=23.81%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7825200.680.970.6918.169515.69
Hex4E1920446145125f10
Octal11631201041411052213720
Binary10011101100110010001001100001100010110010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,25,2); }

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

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

 a { background-color: rgb(78,25,2); }

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

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

 span { border-color: rgb(78,25,2); }

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