#3F260F

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

Shades of Bistre #3F260F

Tints of Bistre #3F260F

Color information

#3F260F (or 0x3F260F) is unknown color: approx Bistre. HEX triplet: 3F, 26 and 0F. RGB value is (63,38,15). Sum of RGB (Red+Green+Blue) = 63+38+15=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F260F is #C0D9F0. Grayscale: #2A2A2A. Windows color (decimal): -12638705 or 992831. OLE color: 992831.

HSL color Cylindrical-coordinate representation of color #3F260F: hue angle of 28.75º 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 #3F260F is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.75.

Color convert

RGB633815-
CMYK00.400.760.75
HSL28.75º61.54%15.29%-
HSV(B)28.75º76.19%24.71%-
XYZ2.832.480.78-
YUV42.85112.28142.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.31%
GREEN value IS 38 (15.23% from 255) = 32.76%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=54.31%
G=32.76%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63381500.400.760.7528.7561.5415.29
Hex3F26F0284C4B1d3ef
Octal774617050114113357617
Binary1111111001101111010100010011001001011111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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