Shades of Bistre #47290D
Tints of Bistre #47290D
RGB
CMYK
RGB Variations
Color information
#47290D (or 0x47290D) is known color: Bistre. HEX triplet: 47, 29 and 0D. RGB value is (71,41,13). Sum of RGB (Red+Green+Blue) = 71+41+13=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #47290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47290D is #B8D6F2. Grayscale: #2E2E2E. Windows color (decimal): -12113651 or 862535. OLE color: 862535.
HSL color Cylindrical-coordinate representation of color #47290D: hue angle of 28.97º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47290D is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 41 | 13 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.72 |
| HSL | 28.97º | 0.69% | 0.16% | - |
| HSV(B) | 28.97º | 0.82% | 0.28% | - |
| XYZ | 3.46 | 2.95 | 0.77 | - |
| YUV | 46.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 13 | 0 | 0.42 | 0.82 | 0.72 | 28.97 | 0.69 | 0.16 |
| Hex | 47 | 29 | D | 0 | 2A | 52 | 48 | 1D | 45 | 10 |
| Octal | 107 | 51 | 15 | 0 | 52 | 122 | 110 | 35 | 105 | 20 |
| Binary | 1000111 | 101001 | 1101 | 0 | 101010 | 1010010 | 1001000 | 11101 | 1000101 | 10000 |
Color Harmonies of #47290D
Complementary color
Monochromatic Colors of #47290D
Black with #47290D
Text Example
Text Example
White with #47290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47290D; }
p { color: rgb(71,41,13); }
H1.HeaderClassName
{
color: #47290D;
}
.AnyTagClassName
{
color: #47290D;
}
</style>
background-color css
<style>
a { background-color: #47290D; }
a { background-color: rgb(71,41,13); }
div.DivClassName
{
background-color: #47290D;
}
.BgClassName
{
background-color: #47290D;
}
</style>
border-color css
<style>
span { border-color: #47290D; }
span { border-color: rgb(71,41,13); }
td.TdClassName
{
border-color: #47290D;
}
.TagClassName
{
border-color: #47290D;
}
</style>