Shades of Bistre #47290A
Tints of Bistre #47290A
RGB
CMYK
RGB Variations
Color information
#47290A (or 0x47290A) is known color: Bistre. HEX triplet: 47, 29 and 0A. RGB value is (71,41,10). Sum of RGB (Red+Green+Blue) = 71+41+10=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47290A is #B8D6F5. Grayscale: #2E2E2E. Windows color (decimal): -12113654 or 665927. OLE color: 665927.
HSL color Cylindrical-coordinate representation of color #47290A: hue angle of 30.49º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47290A is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 41 | 10 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.72 |
| HSL | 30.49º | 0.75% | 0.16% | - |
| HSV(B) | 30.49º | 0.86% | 0.28% | - |
| XYZ | 3.45 | 2.95 | 0.67 | - |
| YUV | 46.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 10 | 0 | 0.42 | 0.86 | 0.72 | 30.49 | 0.75 | 0.16 |
| Hex | 47 | 29 | A | 0 | 2A | 56 | 48 | 1E | 4B | 10 |
| Octal | 107 | 51 | 12 | 0 | 52 | 126 | 110 | 36 | 113 | 20 |
| Binary | 1000111 | 101001 | 1010 | 0 | 101010 | 1010110 | 1001000 | 11110 | 1001011 | 10000 |
Color Harmonies of #47290A
Complementary color
Monochromatic Colors of #47290A
Black with #47290A
Text Example
Text Example
White with #47290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47290A; }
p { color: rgb(71,41,10); }
H1.HeaderClassName
{
color: #47290A;
}
.AnyTagClassName
{
color: #47290A;
}
</style>
background-color css
<style>
a { background-color: #47290A; }
a { background-color: rgb(71,41,10); }
div.DivClassName
{
background-color: #47290A;
}
.BgClassName
{
background-color: #47290A;
}
</style>
border-color css
<style>
span { border-color: #47290A; }
span { border-color: rgb(71,41,10); }
td.TdClassName
{
border-color: #47290A;
}
.TagClassName
{
border-color: #47290A;
}
</style>