Shades of Bistre #47270B
Tints of Bistre #47270B
RGB
CMYK
RGB Variations
Color information
#47270B (or 0x47270B) is known color: Bistre. HEX triplet: 47, 27 and 0B. RGB value is (71,39,11). Sum of RGB (Red+Green+Blue) = 71+39+11=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47270B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47270B is #B8D8F4. Grayscale: #2D2D2D. Windows color (decimal): -12114165 or 730951. OLE color: 730951.
HSL color Cylindrical-coordinate representation of color #47270B: hue angle of 28º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47270B is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 39 | 11 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.72 |
| HSL | 28º | 0.73% | 0.16% | - |
| HSV(B) | 28º | 0.85% | 0.28% | - |
| XYZ | 3.38 | 2.81 | 0.68 | - |
| YUV | 45.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 39 | 11 | 0 | 0.45 | 0.85 | 0.72 | 28 | 0.73 | 0.16 |
| Hex | 47 | 27 | B | 0 | 2D | 55 | 48 | 1C | 49 | 10 |
| Octal | 107 | 47 | 13 | 0 | 55 | 125 | 110 | 34 | 111 | 20 |
| Binary | 1000111 | 100111 | 1011 | 0 | 101101 | 1010101 | 1001000 | 11100 | 1001001 | 10000 |
Color Harmonies of #47270B
Complementary color
Monochromatic Colors of #47270B
Black with #47270B
Text Example
Text Example
White with #47270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47270B; }
p { color: rgb(71,39,11); }
H1.HeaderClassName
{
color: #47270B;
}
.AnyTagClassName
{
color: #47270B;
}
</style>
background-color css
<style>
a { background-color: #47270B; }
a { background-color: rgb(71,39,11); }
div.DivClassName
{
background-color: #47270B;
}
.BgClassName
{
background-color: #47270B;
}
</style>
border-color css
<style>
span { border-color: #47270B; }
span { border-color: rgb(71,39,11); }
td.TdClassName
{
border-color: #47270B;
}
.TagClassName
{
border-color: #47270B;
}
</style>