#3F2919

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

Shades of Bistre #3F2919

Tints of Bistre #3F2919

Color information

#3F2919 (or 0x3F2919) is unknown color: approx Bistre. HEX triplet: 3F, 29 and 19. RGB value is (63,41,25). Sum of RGB (Red+Green+Blue) = 63+41+25=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2919 is #C0D6E6. Grayscale: #2D2D2D. Windows color (decimal): -12637927 or 1648959. OLE color: 1648959.

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

Color convert

RGB634125-
CMYK00.350.600.75
HSL25.26º43.18%17.25%-
HSV(B)25.26º60.32%24.71%-
XYZ3.022.711.28-
YUV45.75116.29140.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.84%
GREEN value IS 41 (16.41% from 255) = 31.78%
BLUE value IS 25 (10.16% from 255) = 19.38%
R=48.84%
G=31.78%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63412500.350.600.7525.2643.1817.25
Hex3F29190233C4B192b11
Octal77513104374113315321
Binary11111110100111001010001111110010010111100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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