#3F291E

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

Shades of Bistre #3F291E

Tints of Bistre #3F291E

Color information

#3F291E (or 0x3F291E) is unknown color: approx Bistre. HEX triplet: 3F, 29 and 1E. RGB value is (63,41,30). Sum of RGB (Red+Green+Blue) = 63+41+30=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F291E is #C0D6E1. Grayscale: #2E2E2E. Windows color (decimal): -12637922 or 1976639. OLE color: 1976639.

HSL color Cylindrical-coordinate representation of color #3F291E: hue angle of 20º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F291E is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB634130-
CMYK00.350.520.75
HSL20º35.48%18.24%-
HSV(B)20º52.38%24.71%-
XYZ3.082.741.59-
YUV46.32118.79139.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.01%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=47.01%
G=30.60%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63413000.350.520.752035.4818.24
Hex3F291E023344B142312
Octal77513604364113244322
Binary11111110100111110010001111010010010111010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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