#3F291C

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

Shades of Bistre #3F291C

Tints of Bistre #3F291C

Color information

#3F291C (or 0x3F291C) is unknown color: approx Bistre. HEX triplet: 3F, 29 and 1C. RGB value is (63,41,28). Sum of RGB (Red+Green+Blue) = 63+41+28=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F291C is #C0D6E3. Grayscale: #2E2E2E. Windows color (decimal): -12637924 or 1845567. OLE color: 1845567.

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

Color convert

RGB634128-
CMYK00.350.560.75
HSL22.29º38.46%17.84%-
HSV(B)22.29º55.56%24.71%-
XYZ3.052.731.46-
YUV46.1117.79140.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.73%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=47.73%
G=31.06%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63412800.350.560.7522.2938.4617.84
Hex3F291C023384B162612
Octal77513404370113264622
Binary11111110100111100010001111100010010111011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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