#3F270F

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

Shades of Bistre #3F270F

Tints of Bistre #3F270F

Color information

#3F270F (or 0x3F270F) is unknown color: approx Bistre. HEX triplet: 3F, 27 and 0F. RGB value is (63,39,15). Sum of RGB (Red+Green+Blue) = 63+39+15=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F270F is #C0D8F0. Grayscale: #2B2B2B. Windows color (decimal): -12638449 or 993087. OLE color: 993087.

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

Color convert

RGB633915-
CMYK00.380.760.75
HSL30º61.54%15.29%-
HSV(B)30º76.19%24.71%-
XYZ2.862.540.79-
YUV43.44111.95141.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.85%
GREEN value IS 39 (15.62% from 255) = 33.33%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=53.85%
G=33.33%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63391500.380.760.753061.5415.29
Hex3F27F0264C4B1e3ef
Octal774717046114113367617
Binary1111111001111111010011010011001001011111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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