Shades of Bistre #3F2717
Tints of Bistre #3F2717
RGB
CMYK
RGB Variations
Color information
#3F2717 (or 0x3F2717) is known color: Bistre. HEX triplet: 3F, 27 and 17. RGB value is (63,39,23). Sum of RGB (Red+Green+Blue) = 63+39+23=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2717 is #C0D8E8. Grayscale: #2C2C2C. Windows color (decimal): -12638441 or 1517375. OLE color: 1517375.
HSL color Cylindrical-coordinate representation of color #3F2717: hue angle of 24º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F2717 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 39 | 23 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.75 |
| HSL | 24º | 0.47% | 0.17% | - |
| HSV(B) | 24º | 0.63% | 0.25% | - |
| XYZ | 2.93 | 2.57 | 1.15 | - |
| YUV | 44.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 23 | 0 | 0.38 | 0.63 | 0.75 | 24 | 0.47 | 0.17 |
| Hex | 3F | 27 | 17 | 0 | 26 | 3F | 4B | 18 | 2F | 11 |
| Octal | 77 | 47 | 27 | 0 | 46 | 77 | 113 | 30 | 57 | 21 |
| Binary | 111111 | 100111 | 10111 | 0 | 100110 | 111111 | 1001011 | 11000 | 101111 | 10001 |
Color Harmonies of #3F2717
Complementary color
Monochromatic Colors of #3F2717
Black with #3F2717
Text Example
Text Example
White with #3F2717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2717; }
p { color: rgb(63,39,23); }
H1.HeaderClassName
{
color: #3F2717;
}
.AnyTagClassName
{
color: #3F2717;
}
</style>
background-color css
<style>
a { background-color: #3F2717; }
a { background-color: rgb(63,39,23); }
div.DivClassName
{
background-color: #3F2717;
}
.BgClassName
{
background-color: #3F2717;
}
</style>
border-color css
<style>
span { border-color: #3F2717; }
span { border-color: rgb(63,39,23); }
td.TdClassName
{
border-color: #3F2717;
}
.TagClassName
{
border-color: #3F2717;
}
</style>