#3E2519

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

Shades of Brown Pod #3E2519

Tints of Brown Pod #3E2519

Color information

#3E2519 (or 0x3E2519) is unknown color: approx Brown Pod. HEX triplet: 3E, 25 and 19. RGB value is (62,37,25). Sum of RGB (Red+Green+Blue) = 62+37+25=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2519 is #C1DAE6. Grayscale: #2B2B2B. Windows color (decimal): -12704487 or 1647934. OLE color: 1647934.

HSL color Cylindrical-coordinate representation of color #3E2519: hue angle of 19.46º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E2519 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.76.

Color convert

RGB623725-
CMYK00.400.600.76
HSL19.46º42.53%17.06%-
HSV(B)19.46º59.68%24.31%-
XYZ2.822.421.24-
YUV43.11117.78141.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=50%
G=29.84%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62372500.400.600.7619.4642.5317.06
Hex3E25190283C4C132b11
Octal76453105074114235321
Binary11111010010111001010100011110010011001001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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