#4E1202

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

Shades of Brown Pod #4E1202

Tints of Brown Pod #4E1202

Color information

#4E1202 (or 0x4E1202) is unknown color: approx Brown Pod. HEX triplet: 4E, 12 and 02. RGB value is (78,18,2). Sum of RGB (Red+Green+Blue) = 78+18+2=98 (12% of max value = 765). Red value is 78 (30.86% from 255 or 79.59% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1202 is #B1EDFD. Grayscale: #222222. Windows color (decimal): -11660798 or 135758. OLE color: 135758.

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

Color convert

RGB78182-
CMYK00.770.970.69
HSL12.63º95%15.69%-
HSV(B)12.63º97.44%30.59%-
XYZ3.372.060.28-
YUV34.12109.88159.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 79.59%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 2 (1.17% from 255) = 2.04%
R=79.59%
G=18.37%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7818200.770.970.6912.639515.69
Hex4E12204D6145d5f10
Octal11622201151411051513720
Binary1001110100101001001101110000110001011101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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