#3E2D20

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

Shades of Bistre #3E2D20

Tints of Bistre #3E2D20

Color information

#3E2D20 (or 0x3E2D20) is unknown color: approx Bistre. HEX triplet: 3E, 2D and 20. RGB value is (62,45,32). Sum of RGB (Red+Green+Blue) = 62+45+32=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2D20 is #C1D2DF. Grayscale: #303030. Windows color (decimal): -12702432 or 2108734. OLE color: 2108734.

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

Color convert

RGB624532-
CMYK00.270.480.76
HSL26º31.91%18.43%-
HSV(B)26º48.39%24.31%-
XYZ3.193.011.78-
YUV48.6118.63137.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.60%
GREEN value IS 45 (17.97% from 255) = 32.37%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=44.60%
G=32.37%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62453200.270.480.762631.9118.43
Hex3E2D2001B304C1a2012
Octal76554003360114324022
Binary11111010110110000001101111000010011001101010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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