#3E2320

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

Shades of Brown Pod #3E2320

Tints of Brown Pod #3E2320

Color information

#3E2320 (or 0x3E2320) is unknown color: approx Brown Pod. HEX triplet: 3E, 23 and 20. RGB value is (62,35,32). Sum of RGB (Red+Green+Blue) = 62+35+32=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2320 is #C1DCDF. Grayscale: #2A2A2A. Windows color (decimal): -12704992 or 2106174. OLE color: 2106174.

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

Color convert

RGB623532-
CMYK00.440.480.76
HSL31.91%18.43%-
HSV(B)48.39%24.31%-
XYZ2.852.331.67-
YUV42.73121.95141.74-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 48.06%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=48.06%
G=27.13%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62353200.440.480.76631.9118.43
Hex3E232002C304C62012
Octal7643400546011464022
Binary1111101000111000000101100110000100110011010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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