#3E1911

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

Shades of Brown Pod #3E1911

Tints of Brown Pod #3E1911

Color information

#3E1911 (or 0x3E1911) is unknown color: approx Brown Pod. HEX triplet: 3E, 19 and 11. RGB value is (62,25,17). Sum of RGB (Red+Green+Blue) = 62+25+17=104 (13% of max value = 765). Red value is 62 (24.61% from 255 or 59.62% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1911 is #C1E6EE. Grayscale: #232323. Windows color (decimal): -12707567 or 1120574. OLE color: 1120574.

HSL color Cylindrical-coordinate representation of color #3E1911: hue angle of 10.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E1911 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB622517-
CMYK00.600.730.76
HSL10.67º56.96%15.49%-
HSV(B)10.67º72.58%24.31%-
XYZ2.441.760.74-
YUV35.15117.76147.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 59.62%
GREEN value IS 25 (10.16% from 255) = 24.04%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=59.62%
G=24.04%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62251700.600.730.7610.6756.9615.49
Hex3E191103C494Cb39f
Octal763121074111114137117
Binary111110110011000101111001001001100110010111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E1911; }

 p { color: rgb(62,25,17); }

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

<style>
 a { background-color: #3E1911; }

 a { background-color: rgb(62,25,17); }

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

<style>
 span { border-color: #3E1911; }

 span { border-color: rgb(62,25,17); }

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