Shades of Bistre #47260F
Tints of Bistre #47260F
RGB
CMYK
RGB Variations
Color information
#47260F (or 0x47260F) is known color: Bistre. HEX triplet: 47, 26 and 0F. RGB value is (71,38,15). Sum of RGB (Red+Green+Blue) = 71+38+15=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #47260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47260F is #B8D9F0. Grayscale: #2D2D2D. Windows color (decimal): -12114417 or 992839. OLE color: 992839.
HSL color Cylindrical-coordinate representation of color #47260F: hue angle of 24.64º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47260F is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 38 | 15 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.72 |
| HSL | 24.64º | 0.65% | 0.17% | - |
| HSV(B) | 24.64º | 0.79% | 0.28% | - |
| XYZ | 3.38 | 2.76 | 0.81 | - |
| YUV | 45.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 38 | 15 | 0 | 0.46 | 0.79 | 0.72 | 24.64 | 0.65 | 0.17 |
| Hex | 47 | 26 | F | 0 | 2E | 4F | 48 | 19 | 41 | 11 |
| Octal | 107 | 46 | 17 | 0 | 56 | 117 | 110 | 31 | 101 | 21 |
| Binary | 1000111 | 100110 | 1111 | 0 | 101110 | 1001111 | 1001000 | 11001 | 1000001 | 10001 |
Color Harmonies of #47260F
Complementary color
Monochromatic Colors of #47260F
Black with #47260F
Text Example
Text Example
White with #47260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47260F; }
p { color: rgb(71,38,15); }
H1.HeaderClassName
{
color: #47260F;
}
.AnyTagClassName
{
color: #47260F;
}
</style>
background-color css
<style>
a { background-color: #47260F; }
a { background-color: rgb(71,38,15); }
div.DivClassName
{
background-color: #47260F;
}
.BgClassName
{
background-color: #47260F;
}
</style>
border-color css
<style>
span { border-color: #47260F; }
span { border-color: rgb(71,38,15); }
td.TdClassName
{
border-color: #47260F;
}
.TagClassName
{
border-color: #47260F;
}
</style>