Shades of Bistre #47280E
Tints of Bistre #47280E
RGB
CMYK
RGB Variations
Color information
#47280E (or 0x47280E) is known color: Bistre. HEX triplet: 47, 28 and 0E. RGB value is (71,40,14). Sum of RGB (Red+Green+Blue) = 71+40+14=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #47280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47280E is #B8D7F1. Grayscale: #2E2E2E. Windows color (decimal): -12113906 or 927815. OLE color: 927815.
HSL color Cylindrical-coordinate representation of color #47280E: hue angle of 27.37º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47280E is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 40 | 14 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.72 |
| HSL | 27.37º | 0.67% | 0.17% | - |
| HSV(B) | 27.37º | 0.8% | 0.28% | - |
| XYZ | 3.44 | 2.89 | 0.79 | - |
| YUV | 46.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 40 | 14 | 0 | 0.44 | 0.80 | 0.72 | 27.37 | 0.67 | 0.17 |
| Hex | 47 | 28 | E | 0 | 2C | 50 | 48 | 1B | 43 | 11 |
| Octal | 107 | 50 | 16 | 0 | 54 | 120 | 110 | 33 | 103 | 21 |
| Binary | 1000111 | 101000 | 1110 | 0 | 101100 | 1010000 | 1001000 | 11011 | 1000011 | 10001 |
Color Harmonies of #47280E
Complementary color
Monochromatic Colors of #47280E
Black with #47280E
Text Example
Text Example
White with #47280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47280E; }
p { color: rgb(71,40,14); }
H1.HeaderClassName
{
color: #47280E;
}
.AnyTagClassName
{
color: #47280E;
}
</style>
background-color css
<style>
a { background-color: #47280E; }
a { background-color: rgb(71,40,14); }
div.DivClassName
{
background-color: #47280E;
}
.BgClassName
{
background-color: #47280E;
}
</style>
border-color css
<style>
span { border-color: #47280E; }
span { border-color: rgb(71,40,14); }
td.TdClassName
{
border-color: #47280E;
}
.TagClassName
{
border-color: #47280E;
}
</style>