Shades of Bistre #3F2B11
Tints of Bistre #3F2B11
RGB
CMYK
RGB Variations
Color information
#3F2B11 (or 0x3F2B11) is known color: Bistre. HEX triplet: 3F, 2B and 11. RGB value is (63,43,17). Sum of RGB (Red+Green+Blue) = 63+43+17=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2B11 is #C0D4EE. Grayscale: #2E2E2E. Windows color (decimal): -12637423 or 1125183. OLE color: 1125183.
HSL color Cylindrical-coordinate representation of color #3F2B11: hue angle of 33.91º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F2B11 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 43 | 17 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.75 |
| HSL | 33.91º | 0.58% | 0.16% | - |
| HSV(B) | 33.91º | 0.73% | 0.25% | - |
| XYZ | 3.01 | 2.82 | 0.92 | - |
| YUV | 46.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 43 | 17 | 0 | 0.32 | 0.73 | 0.75 | 33.91 | 0.58 | 0.16 |
| Hex | 3F | 2B | 11 | 0 | 20 | 49 | 4B | 22 | 3A | 10 |
| Octal | 77 | 53 | 21 | 0 | 40 | 111 | 113 | 42 | 72 | 20 |
| Binary | 111111 | 101011 | 10001 | 0 | 100000 | 1001001 | 1001011 | 100010 | 111010 | 10000 |
Color Harmonies of #3F2B11
Complementary color
Monochromatic Colors of #3F2B11
Black with #3F2B11
Text Example
Text Example
White with #3F2B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2B11; }
p { color: rgb(63,43,17); }
H1.HeaderClassName
{
color: #3F2B11;
}
.AnyTagClassName
{
color: #3F2B11;
}
</style>
background-color css
<style>
a { background-color: #3F2B11; }
a { background-color: rgb(63,43,17); }
div.DivClassName
{
background-color: #3F2B11;
}
.BgClassName
{
background-color: #3F2B11;
}
</style>
border-color css
<style>
span { border-color: #3F2B11; }
span { border-color: rgb(63,43,17); }
td.TdClassName
{
border-color: #3F2B11;
}
.TagClassName
{
border-color: #3F2B11;
}
</style>