Shades of Bistre #3F2712
Tints of Bistre #3F2712
RGB
CMYK
RGB Variations
Color information
#3F2712 (or 0x3F2712) is known color: Bistre. HEX triplet: 3F, 27 and 12. RGB value is (63,39,18). Sum of RGB (Red+Green+Blue) = 63+39+18=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2712 is #C0D8ED. Grayscale: #2B2B2B. Windows color (decimal): -12638446 or 1189695. OLE color: 1189695.
HSL color Cylindrical-coordinate representation of color #3F2712: hue angle of 28º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F2712 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 39 | 18 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.75 |
| HSL | 28º | 0.56% | 0.16% | - |
| HSV(B) | 28º | 0.71% | 0.25% | - |
| XYZ | 2.88 | 2.55 | 0.91 | - |
| YUV | 43.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 18 | 0 | 0.38 | 0.71 | 0.75 | 28 | 0.56 | 0.16 |
| Hex | 3F | 27 | 12 | 0 | 26 | 47 | 4B | 1C | 38 | 10 |
| Octal | 77 | 47 | 22 | 0 | 46 | 107 | 113 | 34 | 70 | 20 |
| Binary | 111111 | 100111 | 10010 | 0 | 100110 | 1000111 | 1001011 | 11100 | 111000 | 10000 |
Color Harmonies of #3F2712
Complementary color
Monochromatic Colors of #3F2712
Black with #3F2712
Text Example
Text Example
White with #3F2712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2712; }
p { color: rgb(63,39,18); }
H1.HeaderClassName
{
color: #3F2712;
}
.AnyTagClassName
{
color: #3F2712;
}
</style>
background-color css
<style>
a { background-color: #3F2712; }
a { background-color: rgb(63,39,18); }
div.DivClassName
{
background-color: #3F2712;
}
.BgClassName
{
background-color: #3F2712;
}
</style>
border-color css
<style>
span { border-color: #3F2712; }
span { border-color: rgb(63,39,18); }
td.TdClassName
{
border-color: #3F2712;
}
.TagClassName
{
border-color: #3F2712;
}
</style>