#3E2A24

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

Shades of Brown Pod #3E2A24

Tints of Brown Pod #3E2A24

Color information

#3E2A24 (or 0x3E2A24) is unknown color: approx Brown Pod. HEX triplet: 3E, 2A and 24. RGB value is (62,42,36). Sum of RGB (Red+Green+Blue) = 62+42+36=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2A24 is #C1D5DB. Grayscale: #2F2F2F. Windows color (decimal): -12703196 or 2370110. OLE color: 2370110.

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

Color convert

RGB624236-
CMYK00.320.420.76
HSL13.85º26.53%19.22%-
HSV(B)13.85º41.94%24.31%-
XYZ3.132.812.05-
YUV47.3121.63138.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.29%
GREEN value IS 42 (16.80% from 255) = 30%
BLUE value IS 36 (14.45% from 255) = 25.71%
R=44.29%
G=30%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62423600.320.420.7613.8526.5319.22
Hex3E2A240202A4Ce1b13
Octal76524404052114163323
Binary1111101010101001000100000101010100110011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,42,36); }

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

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

 a { background-color: rgb(62,42,36); }

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

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

 span { border-color: rgb(62,42,36); }

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