#4E190A

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

Shades of Brown Pod #4E190A

Tints of Brown Pod #4E190A

Color information

#4E190A (or 0x4E190A) is unknown color: approx Brown Pod. HEX triplet: 4E, 19 and 0A. RGB value is (78,25,10). Sum of RGB (Red+Green+Blue) = 78+25+10=113 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.03% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 78 - color contains mainly: red. Hex color #4E190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E190A is #B1E6F5. Grayscale: #272727. Windows color (decimal): -11658998 or 661838. OLE color: 661838.

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

Color convert

RGB782510-
CMYK00.680.870.69
HSL13.24º77.27%17.25%-
HSV(B)13.24º87.18%30.59%-
XYZ3.542.340.55-
YUV39.14111.56155.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 69.03%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=69.03%
G=22.12%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78251000.680.870.6913.2477.2717.25
Hex4E19A0445745d4d11
Octal116311201041271051511521
Binary100111011001101001000100101011110001011101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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