Shades of Bistre #3F2610
Tints of Bistre #3F2610
RGB
CMYK
RGB Variations
Color information
#3F2610 (or 0x3F2610) is known color: Bistre. HEX triplet: 3F, 26 and 10. RGB value is (63,38,16). Sum of RGB (Red+Green+Blue) = 63+38+16=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2610 is #C0D9EF. Grayscale: #2B2B2B. Windows color (decimal): -12638704 or 1058367. OLE color: 1058367.
HSL color Cylindrical-coordinate representation of color #3F2610: hue angle of 28.09º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F2610 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 16 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.75 |
| HSL | 28.09º | 0.59% | 0.15% | - |
| HSV(B) | 28.09º | 0.75% | 0.25% | - |
| XYZ | 2.84 | 2.48 | 0.82 | - |
| YUV | 42.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 16 | 0 | 0.40 | 0.75 | 0.75 | 28.09 | 0.59 | 0.15 |
| Hex | 3F | 26 | 10 | 0 | 28 | 4B | 4B | 1C | 3B | F |
| Octal | 77 | 46 | 20 | 0 | 50 | 113 | 113 | 34 | 73 | 17 |
| Binary | 111111 | 100110 | 10000 | 0 | 101000 | 1001011 | 1001011 | 11100 | 111011 | 1111 |
Color Harmonies of #3F2610
Complementary color
Monochromatic Colors of #3F2610
Black with #3F2610
Text Example
Text Example
White with #3F2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2610; }
p { color: rgb(63,38,16); }
H1.HeaderClassName
{
color: #3F2610;
}
.AnyTagClassName
{
color: #3F2610;
}
</style>
background-color css
<style>
a { background-color: #3F2610; }
a { background-color: rgb(63,38,16); }
div.DivClassName
{
background-color: #3F2610;
}
.BgClassName
{
background-color: #3F2610;
}
</style>
border-color css
<style>
span { border-color: #3F2610; }
span { border-color: rgb(63,38,16); }
td.TdClassName
{
border-color: #3F2610;
}
.TagClassName
{
border-color: #3F2610;
}
</style>