#3E291F

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

Shades of Bistre #3E291F

Tints of Bistre #3E291F

Color information

#3E291F (or 0x3E291F) is unknown color: approx Bistre. HEX triplet: 3E, 29 and 1F. RGB value is (62,41,31). Sum of RGB (Red+Green+Blue) = 62+41+31=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 62 - color contains mainly: red. Hex color #3E291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E291F is #C1D6E0. Grayscale: #2E2E2E. Windows color (decimal): -12703457 or 2042174. OLE color: 2042174.

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

Color convert

RGB624131-
CMYK00.340.50.76
HSL19.35º33.33%18.24%-
HSV(B)19.35º50%24.31%-
XYZ3.032.711.66-
YUV46.14119.46139.31-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.27%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 31 (12.5% from 255) = 23.13%
R=46.27%
G=30.60%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62413100.340.50.7619.3533.3318.24
Hex3E291F022324C132112
Octal76513704262114234122
Binary11111010100111111010001011001010011001001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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