Shades of Bistre #3F2714
Tints of Bistre #3F2714
RGB
CMYK
RGB Variations
Color information
#3F2714 (or 0x3F2714) is known color: Bistre. HEX triplet: 3F, 27 and 14. RGB value is (63,39,20). Sum of RGB (Red+Green+Blue) = 63+39+20=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2714 is #C0D8EB. Grayscale: #2C2C2C. Windows color (decimal): -12638444 or 1320767. OLE color: 1320767.
HSL color Cylindrical-coordinate representation of color #3F2714: hue angle of 26.51º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F2714 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 39 | 20 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.75 |
| HSL | 26.51º | 0.52% | 0.16% | - |
| HSV(B) | 26.51º | 0.68% | 0.25% | - |
| XYZ | 2.9 | 2.56 | 1 | - |
| YUV | 44.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 20 | 0 | 0.38 | 0.68 | 0.75 | 26.51 | 0.52 | 0.16 |
| Hex | 3F | 27 | 14 | 0 | 26 | 44 | 4B | 1B | 34 | 10 |
| Octal | 77 | 47 | 24 | 0 | 46 | 104 | 113 | 33 | 64 | 20 |
| Binary | 111111 | 100111 | 10100 | 0 | 100110 | 1000100 | 1001011 | 11011 | 110100 | 10000 |
Color Harmonies of #3F2714
Complementary color
Monochromatic Colors of #3F2714
Black with #3F2714
Text Example
Text Example
White with #3F2714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2714; }
p { color: rgb(63,39,20); }
H1.HeaderClassName
{
color: #3F2714;
}
.AnyTagClassName
{
color: #3F2714;
}
</style>
background-color css
<style>
a { background-color: #3F2714; }
a { background-color: rgb(63,39,20); }
div.DivClassName
{
background-color: #3F2714;
}
.BgClassName
{
background-color: #3F2714;
}
</style>
border-color css
<style>
span { border-color: #3F2714; }
span { border-color: rgb(63,39,20); }
td.TdClassName
{
border-color: #3F2714;
}
.TagClassName
{
border-color: #3F2714;
}
</style>