#4E1303

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

Shades of Brown Pod #4E1303

Tints of Brown Pod #4E1303

Color information

#4E1303 (or 0x4E1303) is unknown color: approx Brown Pod. HEX triplet: 4E, 13 and 03. RGB value is (78,19,3). Sum of RGB (Red+Green+Blue) = 78+19+3=100 (13% of max value = 765). Red value is 78 (30.86% from 255 or 78% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1303 is #B1ECFC. Grayscale: #222222. Windows color (decimal): -11660541 or 201550. OLE color: 201550.

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

Color convert

RGB78193-
CMYK00.760.960.69
HSL12.8º92.59%15.88%-
HSV(B)12.8º96.15%30.59%-
XYZ3.392.090.31-
YUV34.82110.05158.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 78%
GREEN value IS 19 (7.81% from 255) = 19%
BLUE value IS 3 (1.56% from 255) = 3%
R=78%
G=19%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7819300.760.960.6912.892.5915.88
Hex4E13304C6045d5d10
Octal11623301141401051513520
Binary1001110100111101001100110000010001011101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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