Shades of Bistre #47260E
Tints of Bistre #47260E
RGB
CMYK
RGB Variations
Color information
#47260E (or 0x47260E) is known color: Bistre. HEX triplet: 47, 26 and 0E. RGB value is (71,38,14). Sum of RGB (Red+Green+Blue) = 71+38+14=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #47260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47260E is #B8D9F1. Grayscale: #2D2D2D. Windows color (decimal): -12114418 or 927303. OLE color: 927303.
HSL color Cylindrical-coordinate representation of color #47260E: hue angle of 25.26º 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 #47260E is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 38 | 14 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.72 |
| HSL | 25.26º | 0.67% | 0.17% | - |
| HSV(B) | 25.26º | 0.8% | 0.28% | - |
| XYZ | 3.37 | 2.76 | 0.77 | - |
| YUV | 45.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 38 | 14 | 0 | 0.46 | 0.80 | 0.72 | 25.26 | 0.67 | 0.17 |
| Hex | 47 | 26 | E | 0 | 2E | 50 | 48 | 19 | 43 | 11 |
| Octal | 107 | 46 | 16 | 0 | 56 | 120 | 110 | 31 | 103 | 21 |
| Binary | 1000111 | 100110 | 1110 | 0 | 101110 | 1010000 | 1001000 | 11001 | 1000011 | 10001 |
Color Harmonies of #47260E
Complementary color
Monochromatic Colors of #47260E
Black with #47260E
Text Example
Text Example
White with #47260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47260E; }
p { color: rgb(71,38,14); }
H1.HeaderClassName
{
color: #47260E;
}
.AnyTagClassName
{
color: #47260E;
}
</style>
background-color css
<style>
a { background-color: #47260E; }
a { background-color: rgb(71,38,14); }
div.DivClassName
{
background-color: #47260E;
}
.BgClassName
{
background-color: #47260E;
}
</style>
border-color css
<style>
span { border-color: #47260E; }
span { border-color: rgb(71,38,14); }
td.TdClassName
{
border-color: #47260E;
}
.TagClassName
{
border-color: #47260E;
}
</style>