#3F2611

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

Shades of Bistre #3F2611

Tints of Bistre #3F2611

Color information

#3F2611 (or 0x3F2611) is unknown color: approx Bistre. HEX triplet: 3F, 26 and 11. RGB value is (63,38,17). Sum of RGB (Red+Green+Blue) = 63+38+17=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2611 is #C0D9EE. Grayscale: #2B2B2B. Windows color (decimal): -12638703 or 1123903. OLE color: 1123903.

HSL color Cylindrical-coordinate representation of color #3F2611: hue angle of 27.39º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F2611 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB633817-
CMYK00.400.730.75
HSL27.39º57.5%15.69%-
HSV(B)27.39º73.02%24.71%-
XYZ2.842.480.86-
YUV43.08113.28142.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.39%
GREEN value IS 38 (15.23% from 255) = 32.20%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=53.39%
G=32.20%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63381700.400.730.7527.3957.515.69
Hex3F2611028494B1b3a10
Octal774621050111113337220
Binary111111100110100010101000100100110010111101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,38,17); }

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

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

 a { background-color: rgb(63,38,17); }

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

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

 span { border-color: rgb(63,38,17); }

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