#3E2B20

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

Shades of Bistre #3E2B20

Tints of Bistre #3E2B20

Color information

#3E2B20 (or 0x3E2B20) is unknown color: approx Bistre. HEX triplet: 3E, 2B and 20. RGB value is (62,43,32). Sum of RGB (Red+Green+Blue) = 62+43+32=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2B20 is #C1D4DF. Grayscale: #2F2F2F. Windows color (decimal): -12702944 or 2108222. OLE color: 2108222.

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

Color convert

RGB624332-
CMYK00.310.480.76
HSL22º31.91%18.43%-
HSV(B)22º48.39%24.31%-
XYZ3.112.861.75-
YUV47.43119.29138.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.26%
GREEN value IS 43 (17.19% from 255) = 31.39%
BLUE value IS 32 (12.89% from 255) = 23.36%
R=45.26%
G=31.39%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62433200.310.480.762231.9118.43
Hex3E2B2001F304C162012
Octal76534003760114264022
Binary11111010101110000001111111000010011001011010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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