Shades of Bistre #472C16
Tints of Bistre #472C16
RGB
CMYK
RGB Variations
Color information
#472C16 (or 0x472C16) is known color: Bistre. HEX triplet: 47, 2C and 16. RGB value is (71,44,22). Sum of RGB (Red+Green+Blue) = 71+44+22=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #472C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C16 is #B8D3E9. Grayscale: #313131. Windows color (decimal): -12112874 or 1453127. OLE color: 1453127.
HSL color Cylindrical-coordinate representation of color #472C16: hue angle of 26.94º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #472C16 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 44 | 22 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.72 |
| HSL | 26.94º | 0.53% | 0.18% | - |
| HSV(B) | 26.94º | 0.69% | 0.28% | - |
| XYZ | 3.64 | 3.2 | 1.18 | - |
| YUV | 49.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 22 | 0 | 0.38 | 0.69 | 0.72 | 26.94 | 0.53 | 0.18 |
| Hex | 47 | 2C | 16 | 0 | 26 | 45 | 48 | 1B | 35 | 12 |
| Octal | 107 | 54 | 26 | 0 | 46 | 105 | 110 | 33 | 65 | 22 |
| Binary | 1000111 | 101100 | 10110 | 0 | 100110 | 1000101 | 1001000 | 11011 | 110101 | 10010 |
Color Harmonies of #472C16
Complementary color
Monochromatic Colors of #472C16
Black with #472C16
Text Example
Text Example
White with #472C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C16; }
p { color: rgb(71,44,22); }
H1.HeaderClassName
{
color: #472C16;
}
.AnyTagClassName
{
color: #472C16;
}
</style>
background-color css
<style>
a { background-color: #472C16; }
a { background-color: rgb(71,44,22); }
div.DivClassName
{
background-color: #472C16;
}
.BgClassName
{
background-color: #472C16;
}
</style>
border-color css
<style>
span { border-color: #472C16; }
span { border-color: rgb(71,44,22); }
td.TdClassName
{
border-color: #472C16;
}
.TagClassName
{
border-color: #472C16;
}
</style>