#3F2512

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

Shades of Bistre #3F2512

Tints of Bistre #3F2512

Color information

#3F2512 (or 0x3F2512) is unknown color: approx Bistre. HEX triplet: 3F, 25 and 12. RGB value is (63,37,18). Sum of RGB (Red+Green+Blue) = 63+37+18=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2512 is #C0DAED. Grayscale: #2A2A2A. Windows color (decimal): -12638958 or 1189183. OLE color: 1189183.

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

Color convert

RGB633718-
CMYK00.410.710.75
HSL25.33º55.56%15.88%-
HSV(B)25.33º71.43%24.71%-
XYZ2.822.420.89-
YUV42.61114.11142.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.39%
GREEN value IS 37 (14.84% from 255) = 31.36%
BLUE value IS 18 (7.42% from 255) = 15.25%
R=53.39%
G=31.36%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63371800.410.710.7525.3355.5615.88
Hex3F2512029474B193810
Octal774522051107113317020
Binary111111100101100100101001100011110010111100111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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