#3E2721

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

Shades of Brown Pod #3E2721

Tints of Brown Pod #3E2721

Color information

#3E2721 (or 0x3E2721) is unknown color: approx Brown Pod. HEX triplet: 3E, 27 and 21. RGB value is (62,39,33). Sum of RGB (Red+Green+Blue) = 62+39+33=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2721 is #C1D8DE. Grayscale: #2D2D2D. Windows color (decimal): -12703967 or 2172734. OLE color: 2172734.

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

Color convert

RGB623933-
CMYK00.370.470.76
HSL12.41º30.53%18.63%-
HSV(B)12.41º46.77%24.31%-
XYZ2.992.581.78-
YUV45.19121.12139.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.27%
GREEN value IS 39 (15.62% from 255) = 29.10%
BLUE value IS 33 (13.28% from 255) = 24.63%
R=46.27%
G=29.10%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62393300.370.470.7612.4130.5318.63
Hex3E27210252F4Cc1f13
Octal76474104557114143723
Binary1111101001111000010100101101111100110011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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