#3F240F

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

Shades of Bistre #3F240F

Tints of Bistre #3F240F

Color information

#3F240F (or 0x3F240F) is unknown color: approx Bistre. HEX triplet: 3F, 24 and 0F. RGB value is (63,36,15). Sum of RGB (Red+Green+Blue) = 63+36+15=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F240F is #C0DBF0. Grayscale: #292929. Windows color (decimal): -12639217 or 992319. OLE color: 992319.

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

Color convert

RGB633615-
CMYK00.430.760.75
HSL26.25º61.54%15.29%-
HSV(B)26.25º76.19%24.71%-
XYZ2.772.350.76-
YUV41.68112.95143.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 55.26%
GREEN value IS 36 (14.45% from 255) = 31.58%
BLUE value IS 15 (6.25% from 255) = 13.16%
R=55.26%
G=31.58%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63361500.430.760.7526.2561.5415.29
Hex3F24F02B4C4B1a3ef
Octal774417053114113327617
Binary1111111001001111010101110011001001011110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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