Shades of Bistre #47290F
Tints of Bistre #47290F
RGB
CMYK
RGB Variations
Color information
#47290F (or 0x47290F) is known color: Bistre. HEX triplet: 47, 29 and 0F. RGB value is (71,41,15). Sum of RGB (Red+Green+Blue) = 71+41+15=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #47290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47290F is #B8D6F0. Grayscale: #2F2F2F. Windows color (decimal): -12113649 or 993607. OLE color: 993607.
HSL color Cylindrical-coordinate representation of color #47290F: hue angle of 27.86º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47290F is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 41 | 15 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.72 |
| HSL | 27.86º | 0.65% | 0.17% | - |
| HSV(B) | 27.86º | 0.79% | 0.28% | - |
| XYZ | 3.48 | 2.96 | 0.84 | - |
| YUV | 47.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 15 | 0 | 0.42 | 0.79 | 0.72 | 27.86 | 0.65 | 0.17 |
| Hex | 47 | 29 | F | 0 | 2A | 4F | 48 | 1C | 41 | 11 |
| Octal | 107 | 51 | 17 | 0 | 52 | 117 | 110 | 34 | 101 | 21 |
| Binary | 1000111 | 101001 | 1111 | 0 | 101010 | 1001111 | 1001000 | 11100 | 1000001 | 10001 |
Color Harmonies of #47290F
Complementary color
Monochromatic Colors of #47290F
Black with #47290F
Text Example
Text Example
White with #47290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47290F; }
p { color: rgb(71,41,15); }
H1.HeaderClassName
{
color: #47290F;
}
.AnyTagClassName
{
color: #47290F;
}
</style>
background-color css
<style>
a { background-color: #47290F; }
a { background-color: rgb(71,41,15); }
div.DivClassName
{
background-color: #47290F;
}
.BgClassName
{
background-color: #47290F;
}
</style>
border-color css
<style>
span { border-color: #47290F; }
span { border-color: rgb(71,41,15); }
td.TdClassName
{
border-color: #47290F;
}
.TagClassName
{
border-color: #47290F;
}
</style>