#3F250F

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

Shades of Bistre #3F250F

Tints of Bistre #3F250F

Color information

#3F250F (or 0x3F250F) is unknown color: approx Bistre. HEX triplet: 3F, 25 and 0F. RGB value is (63,37,15). Sum of RGB (Red+Green+Blue) = 63+37+15=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F250F is #C0DAF0. Grayscale: #2A2A2A. Windows color (decimal): -12638961 or 992575. OLE color: 992575.

HSL color Cylindrical-coordinate representation of color #3F250F: hue angle of 27.5º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F250F is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.75.

Color convert

RGB633715-
CMYK00.410.760.75
HSL27.5º61.54%15.29%-
HSV(B)27.5º76.19%24.71%-
XYZ2.82.410.77-
YUV42.27112.61142.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.78%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 15 (6.25% from 255) = 13.04%
R=54.78%
G=32.17%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63371500.410.760.7527.561.5415.29
Hex3F25F0294C4B1c3ef
Octal774517051114113347617
Binary1111111001011111010100110011001001011111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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