Shades of Bistre #472404
Tints of Bistre #472404
RGB
CMYK
RGB Variations
Color information
#472404 (or 0x472404) is known color: Bistre. HEX triplet: 47, 24 and 04. RGB value is (71,36,4). Sum of RGB (Red+Green+Blue) = 71+36+4=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #472404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472404 is #B8DBFB. Grayscale: #2A2A2A. Windows color (decimal): -12114940 or 271431. OLE color: 271431.
HSL color Cylindrical-coordinate representation of color #472404: hue angle of 28.66º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #472404 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 36 | 4 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.72 |
| HSL | 28.66º | 0.89% | 0.15% | - |
| HSV(B) | 28.66º | 0.94% | 0.28% | - |
| XYZ | 3.25 | 2.61 | 0.45 | - |
| YUV | 42.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 36 | 4 | 0 | 0.49 | 0.94 | 0.72 | 28.66 | 0.89 | 0.15 |
| Hex | 47 | 24 | 4 | 0 | 31 | 5E | 48 | 1D | 59 | F |
| Octal | 107 | 44 | 4 | 0 | 61 | 136 | 110 | 35 | 131 | 17 |
| Binary | 1000111 | 100100 | 100 | 0 | 110001 | 1011110 | 1001000 | 11101 | 1011001 | 1111 |
Color Harmonies of #472404
Complementary color
Monochromatic Colors of #472404
Black with #472404
Text Example
Text Example
White with #472404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472404; }
p { color: rgb(71,36,4); }
H1.HeaderClassName
{
color: #472404;
}
.AnyTagClassName
{
color: #472404;
}
</style>
background-color css
<style>
a { background-color: #472404; }
a { background-color: rgb(71,36,4); }
div.DivClassName
{
background-color: #472404;
}
.BgClassName
{
background-color: #472404;
}
</style>
border-color css
<style>
span { border-color: #472404; }
span { border-color: rgb(71,36,4); }
td.TdClassName
{
border-color: #472404;
}
.TagClassName
{
border-color: #472404;
}
</style>