#3F2511

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

Shades of Bistre #3F2511

Tints of Bistre #3F2511

Color information

#3F2511 (or 0x3F2511) is unknown color: approx Bistre. HEX triplet: 3F, 25 and 11. RGB value is (63,37,17). Sum of RGB (Red+Green+Blue) = 63+37+17=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2511 is #C0DAEE. Grayscale: #2A2A2A. Windows color (decimal): -12638959 or 1123647. OLE color: 1123647.

HSL color Cylindrical-coordinate representation of color #3F2511: hue angle of 26.09º 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 #3F2511 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB633717-
CMYK00.410.730.75
HSL26.09º57.5%15.69%-
HSV(B)26.09º73.02%24.71%-
XYZ2.812.420.85-
YUV42.49113.61142.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.85%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 17 (7.03% from 255) = 14.53%
R=53.85%
G=31.62%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63371700.410.730.7526.0957.515.69
Hex3F2511029494B1a3a10
Octal774521051111113327220
Binary111111100101100010101001100100110010111101011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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