#3F2912

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

Shades of Bistre #3F2912

Tints of Bistre #3F2912

Color information

#3F2912 (or 0x3F2912) is unknown color: approx Bistre. HEX triplet: 3F, 29 and 12. RGB value is (63,41,18). Sum of RGB (Red+Green+Blue) = 63+41+18=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2912 is #C0D6ED. Grayscale: #2D2D2D. Windows color (decimal): -12637934 or 1190207. OLE color: 1190207.

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

Color convert

RGB634118-
CMYK00.350.710.75
HSL30.67º55.56%15.88%-
HSV(B)30.67º71.43%24.71%-
XYZ2.952.690.94-
YUV44.96112.79140.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.64%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=51.64%
G=33.61%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63411800.350.710.7530.6755.5615.88
Hex3F2912023474B1f3810
Octal775122043107113377020
Binary111111101001100100100011100011110010111111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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