#3E2B1C

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

Shades of Bistre #3E2B1C

Tints of Bistre #3E2B1C

Color information

#3E2B1C (or 0x3E2B1C) is unknown color: approx Bistre. HEX triplet: 3E, 2B and 1C. RGB value is (62,43,28). Sum of RGB (Red+Green+Blue) = 62+43+28=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2B1C is #C1D4E3. Grayscale: #2F2F2F. Windows color (decimal): -12702948 or 1846078. OLE color: 1846078.

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

Color convert

RGB624328-
CMYK00.310.550.76
HSL26.47º37.78%17.65%-
HSV(B)26.47º54.84%24.31%-
XYZ3.062.841.48-
YUV46.97117.29138.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.62%
GREEN value IS 43 (17.19% from 255) = 32.33%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=46.62%
G=32.33%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62432800.310.550.7626.4737.7817.65
Hex3E2B1C01F374C1a2612
Octal76533403767114324622
Binary1111101010111110001111111011110011001101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,43,28); }

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

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

 a { background-color: rgb(62,43,28); }

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

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

 span { border-color: rgb(62,43,28); }

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