#3E2920

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

Shades of Brown Pod #3E2920

Tints of Brown Pod #3E2920

Color information

#3E2920 (or 0x3E2920) is unknown color: approx Brown Pod. HEX triplet: 3E, 29 and 20. RGB value is (62,41,32). Sum of RGB (Red+Green+Blue) = 62+41+32=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2920 is #C1D6DF. Grayscale: #2E2E2E. Windows color (decimal): -12703456 or 2107710. OLE color: 2107710.

HSL color Cylindrical-coordinate representation of color #3E2920: hue angle of 18º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E2920 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB624132-
CMYK00.340.480.76
HSL18º31.91%18.43%-
HSV(B)18º48.39%24.31%-
XYZ3.042.711.73-
YUV46.25119.96139.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.93%
GREEN value IS 41 (16.41% from 255) = 30.37%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=45.93%
G=30.37%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62413200.340.480.761831.9118.43
Hex3E2920022304C122012
Octal76514004260114224022
Binary111110101001100000010001011000010011001001010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,41,32); }

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

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

 a { background-color: rgb(62,41,32); }

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

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

 span { border-color: rgb(62,41,32); }

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