#4E1402

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

Shades of Brown Pod #4E1402

Tints of Brown Pod #4E1402

Color information

#4E1402 (or 0x4E1402) is unknown color: approx Brown Pod. HEX triplet: 4E, 14 and 02. RGB value is (78,20,2). Sum of RGB (Red+Green+Blue) = 78+20+2=100 (13% of max value = 765). Red value is 78 (30.86% from 255 or 78% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1402 is #B1EBFD. Grayscale: #232323. Windows color (decimal): -11660286 or 136270. OLE color: 136270.

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

Color convert

RGB78202-
CMYK00.740.970.69
HSL14.21º95%15.69%-
HSV(B)14.21º97.44%30.59%-
XYZ3.42.120.29-
YUV35.29109.22158.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 78%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 2 (1.17% from 255) = 2%
R=78%
G=20%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7820200.740.970.6914.219515.69
Hex4E14204A6145e5f10
Octal11624201121411051613720
Binary1001110101001001001010110000110001011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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