#4E190B

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

Shades of Brown Pod #4E190B

Tints of Brown Pod #4E190B

Color information

#4E190B (or 0x4E190B) is unknown color: approx Brown Pod. HEX triplet: 4E, 19 and 0B. RGB value is (78,25,11). Sum of RGB (Red+Green+Blue) = 78+25+11=114 (15% of max value = 765). Red value is 78 (30.86% from 255 or 68.42% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 78 - color contains mainly: red. Hex color #4E190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E190B is #B1E6F4. Grayscale: #272727. Windows color (decimal): -11658997 or 727374. OLE color: 727374.

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

Color convert

RGB782511-
CMYK00.680.860.69
HSL12.54º75.28%17.45%-
HSV(B)12.54º85.9%30.59%-
XYZ3.552.340.58-
YUV39.25112.06155.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 68.42%
GREEN value IS 25 (10.16% from 255) = 21.93%
BLUE value IS 11 (4.69% from 255) = 9.65%
R=68.42%
G=21.93%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78251100.680.860.6912.5475.2817.45
Hex4E19B0445645d4b11
Octal116311301041261051511321
Binary100111011001101101000100101011010001011101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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