Shades of Bistre #3F2810
Tints of Bistre #3F2810
RGB
CMYK
RGB Variations
Color information
#3F2810 (or 0x3F2810) is known color: Bistre. HEX triplet: 3F, 28 and 10. RGB value is (63,40,16). Sum of RGB (Red+Green+Blue) = 63+40+16=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2810 is #C0D7EF. Grayscale: #2C2C2C. Windows color (decimal): -12638192 or 1058879. OLE color: 1058879.
HSL color Cylindrical-coordinate representation of color #3F2810: hue angle of 30.64º 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 #3F2810 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 40 | 16 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.75 |
| HSL | 30.64º | 0.59% | 0.15% | - |
| HSV(B) | 30.64º | 0.75% | 0.25% | - |
| XYZ | 2.9 | 2.61 | 0.84 | - |
| YUV | 44.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 16 | 0 | 0.37 | 0.75 | 0.75 | 30.64 | 0.59 | 0.15 |
| Hex | 3F | 28 | 10 | 0 | 25 | 4B | 4B | 1F | 3B | F |
| Octal | 77 | 50 | 20 | 0 | 45 | 113 | 113 | 37 | 73 | 17 |
| Binary | 111111 | 101000 | 10000 | 0 | 100101 | 1001011 | 1001011 | 11111 | 111011 | 1111 |
Color Harmonies of #3F2810
Complementary color
Monochromatic Colors of #3F2810
Black with #3F2810
Text Example
Text Example
White with #3F2810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2810; }
p { color: rgb(63,40,16); }
H1.HeaderClassName
{
color: #3F2810;
}
.AnyTagClassName
{
color: #3F2810;
}
</style>
background-color css
<style>
a { background-color: #3F2810; }
a { background-color: rgb(63,40,16); }
div.DivClassName
{
background-color: #3F2810;
}
.BgClassName
{
background-color: #3F2810;
}
</style>
border-color css
<style>
span { border-color: #3F2810; }
span { border-color: rgb(63,40,16); }
td.TdClassName
{
border-color: #3F2810;
}
.TagClassName
{
border-color: #3F2810;
}
</style>