#3F2513

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

Shades of Bistre #3F2513

Tints of Bistre #3F2513

Color information

#3F2513 (or 0x3F2513) is unknown color: approx Bistre. HEX triplet: 3F, 25 and 13. RGB value is (63,37,19). Sum of RGB (Red+Green+Blue) = 63+37+19=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2513 is #C0DAEC. Grayscale: #2A2A2A. Windows color (decimal): -12638957 or 1254719. OLE color: 1254719.

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

Color convert

RGB633719-
CMYK00.410.700.75
HSL24.55º53.66%16.08%-
HSV(B)24.55º69.84%24.71%-
XYZ2.832.430.94-
YUV42.72114.61142.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.94%
GREEN value IS 37 (14.84% from 255) = 31.09%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=52.94%
G=31.09%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63371900.410.700.7524.5553.6616.08
Hex3F2513029464B193610
Octal774523051106113316620
Binary111111100101100110101001100011010010111100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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