Shades of Bistre #472500
Tints of Bistre #472500
RGB
CMYK
RGB Variations
Color information
#472500 (or 0x472500) is known color: Bistre. HEX triplet: 47, 25 and 00. RGB value is (71,37,0). Sum of RGB (Red+Green+Blue) = 71+37+0=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #472500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472500 is #B8DAFF. Grayscale: #2B2B2B. Windows color (decimal): -12114688 or 9543. OLE color: 9543.
HSL color Cylindrical-coordinate representation of color #472500: hue angle of 31.27º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #472500 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 37 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.72 |
| HSL | 31.27º | 1% | 0.14% | - |
| HSV(B) | 31.27º | 1% | 0.28% | - |
| XYZ | 3.26 | 2.66 | 0.34 | - |
| YUV | 42.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 0 | 0 | 0.48 | 1 | 0.72 | 31.27 | 1 | 0.14 |
| Hex | 47 | 25 | 0 | 0 | 30 | 64 | 48 | 1F | 64 | E |
| Octal | 107 | 45 | 0 | 0 | 60 | 144 | 110 | 37 | 144 | 16 |
| Binary | 1000111 | 100101 | 0 | 0 | 110000 | 1100100 | 1001000 | 11111 | 1100100 | 1110 |
Color Harmonies of #472500
Complementary color
Monochromatic Colors of #472500
Black with #472500
Text Example
Text Example
White with #472500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472500; }
p { color: rgb(71,37,0); }
H1.HeaderClassName
{
color: #472500;
}
.AnyTagClassName
{
color: #472500;
}
</style>
background-color css
<style>
a { background-color: #472500; }
a { background-color: rgb(71,37,0); }
div.DivClassName
{
background-color: #472500;
}
.BgClassName
{
background-color: #472500;
}
</style>
border-color css
<style>
span { border-color: #472500; }
span { border-color: rgb(71,37,0); }
td.TdClassName
{
border-color: #472500;
}
.TagClassName
{
border-color: #472500;
}
</style>