#4E1F11

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

Shades of Brown Pod #4E1F11

Tints of Brown Pod #4E1F11

Color information

#4E1F11 (or 0x4E1F11) is unknown color: approx Brown Pod. HEX triplet: 4E, 1F and 11. RGB value is (78,31,17). Sum of RGB (Red+Green+Blue) = 78+31+17=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1F11 is #B1E0EE. Grayscale: #2B2B2B. Windows color (decimal): -11657455 or 1122126. OLE color: 1122126.

HSL color Cylindrical-coordinate representation of color #4E1F11: hue angle of 13.77º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1F11 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB783117-
CMYK00.600.780.69
HSL13.77º64.21%18.63%-
HSV(B)13.77º78.21%30.59%-
XYZ3.732.640.84-
YUV43.46113.07152.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.90%
GREEN value IS 31 (12.5% from 255) = 24.60%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=61.90%
G=24.60%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78311700.600.780.6913.7764.2118.63
Hex4E1F1103C4E45e4013
Octal11637210741161051610023
Binary100111011111100010111100100111010001011110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,31,17); }

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

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

 a { background-color: rgb(78,31,17); }

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

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

 span { border-color: rgb(78,31,17); }

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