#4E190C

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

Shades of Brown Pod #4E190C

Tints of Brown Pod #4E190C

Color information

#4E190C (or 0x4E190C) is unknown color: approx Brown Pod. HEX triplet: 4E, 19 and 0C. RGB value is (78,25,12). Sum of RGB (Red+Green+Blue) = 78+25+12=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E190C is #B1E6F3. Grayscale: #272727. Windows color (decimal): -11658996 or 792910. OLE color: 792910.

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

Color convert

RGB782512-
CMYK00.680.850.69
HSL11.82º73.33%17.65%-
HSV(B)11.82º84.62%30.59%-
XYZ3.562.340.61-
YUV39.36112.56155.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 67.83%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 12 (5.08% from 255) = 10.43%
R=67.83%
G=21.74%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78251200.680.850.6911.8273.3317.65
Hex4E19C0445545c4912
Octal116311401041251051411122
Binary100111011001110001000100101010110001011100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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