#3E241F

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

Shades of Brown Pod #3E241F

Tints of Brown Pod #3E241F

Color information

#3E241F (or 0x3E241F) is unknown color: approx Brown Pod. HEX triplet: 3E, 24 and 1F. RGB value is (62,36,31). Sum of RGB (Red+Green+Blue) = 62+36+31=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E241F is #C1DBE0. Grayscale: #2B2B2B. Windows color (decimal): -12704737 or 2040894. OLE color: 2040894.

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

Color convert

RGB623631-
CMYK00.420.50.76
HSL9.68º33.33%18.24%-
HSV(B)9.68º50%24.31%-
XYZ2.862.381.61-
YUV43.2121.11141.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 48.06%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=48.06%
G=27.91%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62363100.420.50.769.6833.3318.24
Hex3E241F02A324Ca2112
Octal76443705262114124122
Binary1111101001001111101010101100101001100101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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