#3E291D

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

Shades of Bistre #3E291D

Tints of Bistre #3E291D

Color information

#3E291D (or 0x3E291D) is unknown color: approx Bistre. HEX triplet: 3E, 29 and 1D. RGB value is (62,41,29). Sum of RGB (Red+Green+Blue) = 62+41+29=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E291D is #C1D6E2. Grayscale: #2D2D2D. Windows color (decimal): -12703459 or 1911102. OLE color: 1911102.

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

Color convert

RGB624129-
CMYK00.340.530.76
HSL21.82º36.26%17.84%-
HSV(B)21.82º53.23%24.31%-
XYZ32.71.53-
YUV45.91118.46139.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.97%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 29 (11.72% from 255) = 21.97%
R=46.97%
G=31.06%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62412900.340.530.7621.8236.2617.84
Hex3E291D022354C162412
Octal76513504265114264422
Binary11111010100111101010001011010110011001011010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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