Shades of Bistre #472700
Tints of Bistre #472700
RGB
CMYK
RGB Variations
Color information
#472700 (or 0x472700) is known color: Bistre. HEX triplet: 47, 27 and 00. RGB value is (71,39,0). Sum of RGB (Red+Green+Blue) = 71+39+0=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #472700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472700 is #B8D8FF. Grayscale: #2C2C2C. Windows color (decimal): -12114176 or 10055. OLE color: 10055.
HSL color Cylindrical-coordinate representation of color #472700: hue angle of 32.96º 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 #472700 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 39 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.72 |
| HSL | 32.96º | 1% | 0.14% | - |
| HSV(B) | 32.96º | 1% | 0.28% | - |
| XYZ | 3.32 | 2.79 | 0.36 | - |
| YUV | 44.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 39 | 0 | 0 | 0.45 | 1 | 0.72 | 32.96 | 1 | 0.14 |
| Hex | 47 | 27 | 0 | 0 | 2D | 64 | 48 | 21 | 64 | E |
| Octal | 107 | 47 | 0 | 0 | 55 | 144 | 110 | 41 | 144 | 16 |
| Binary | 1000111 | 100111 | 0 | 0 | 101101 | 1100100 | 1001000 | 100001 | 1100100 | 1110 |
Color Harmonies of #472700
Complementary color
Monochromatic Colors of #472700
Black with #472700
Text Example
Text Example
White with #472700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472700; }
p { color: rgb(71,39,0); }
H1.HeaderClassName
{
color: #472700;
}
.AnyTagClassName
{
color: #472700;
}
</style>
background-color css
<style>
a { background-color: #472700; }
a { background-color: rgb(71,39,0); }
div.DivClassName
{
background-color: #472700;
}
.BgClassName
{
background-color: #472700;
}
</style>
border-color css
<style>
span { border-color: #472700; }
span { border-color: rgb(71,39,0); }
td.TdClassName
{
border-color: #472700;
}
.TagClassName
{
border-color: #472700;
}
</style>