#3F2411

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

Shades of Bistre #3F2411

Tints of Bistre #3F2411

Color information

#3F2411 (or 0x3F2411) is unknown color: approx Bistre. HEX triplet: 3F, 24 and 11. RGB value is (63,36,17). Sum of RGB (Red+Green+Blue) = 63+36+17=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2411 is #C0DBEE. Grayscale: #2A2A2A. Windows color (decimal): -12639215 or 1123391. OLE color: 1123391.

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

Color convert

RGB633617-
CMYK00.430.730.75
HSL24.78º57.5%15.69%-
HSV(B)24.78º73.02%24.71%-
XYZ2.782.360.84-
YUV41.91113.95143.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.31%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 17 (7.03% from 255) = 14.66%
R=54.31%
G=31.03%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63361700.430.730.7524.7857.515.69
Hex3F241102B494B193a10
Octal774421053111113317220
Binary111111100100100010101011100100110010111100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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