#3E2C20

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

Shades of Bistre #3E2C20

Tints of Bistre #3E2C20

Color information

#3E2C20 (or 0x3E2C20) is unknown color: approx Bistre. HEX triplet: 3E, 2C and 20. RGB value is (62,44,32). Sum of RGB (Red+Green+Blue) = 62+44+32=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2C20 is #C1D3DF. Grayscale: #303030. Windows color (decimal): -12702688 or 2108478. OLE color: 2108478.

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

Color convert

RGB624432-
CMYK00.290.480.76
HSL24º31.91%18.43%-
HSV(B)24º48.39%24.31%-
XYZ3.152.931.77-
YUV48.01118.96137.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 44.93%
GREEN value IS 44 (17.58% from 255) = 31.88%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=44.93%
G=31.88%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62443200.290.480.762431.9118.43
Hex3E2C2001D304C182012
Octal76544003560114304022
Binary11111010110010000001110111000010011001100010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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