#3E2111

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

Shades of Brown Pod #3E2111

Tints of Brown Pod #3E2111

Color information

#3E2111 (or 0x3E2111) is unknown color: approx Brown Pod. HEX triplet: 3E, 21 and 11. RGB value is (62,33,17). Sum of RGB (Red+Green+Blue) = 62+33+17=112 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.36% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2111 is #C1DEEE. Grayscale: #272727. Windows color (decimal): -12705519 or 1122622. OLE color: 1122622.

HSL color Cylindrical-coordinate representation of color #3E2111: hue angle of 21.33º 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 #3E2111 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB623317-
CMYK00.470.730.76
HSL21.33º56.96%15.49%-
HSV(B)21.33º72.58%24.31%-
XYZ2.632.150.81-
YUV39.85115.11143.8-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 55.36%
GREEN value IS 33 (13.28% from 255) = 29.46%
BLUE value IS 17 (7.03% from 255) = 15.18%
R=55.36%
G=29.46%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62331700.470.730.7621.3356.9615.49
Hex3E211102F494C1539f
Octal764121057111114257117
Binary11111010000110001010111110010011001100101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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