Shades of Bistre #472E16
Tints of Bistre #472E16
RGB
CMYK
RGB Variations
Color information
#472E16 (or 0x472E16) is known color: Bistre. HEX triplet: 47, 2E and 16. RGB value is (71,46,22). Sum of RGB (Red+Green+Blue) = 71+46+22=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E16 is #B8D1E9. Grayscale: #323232. Windows color (decimal): -12112362 or 1453639. OLE color: 1453639.
HSL color Cylindrical-coordinate representation of color #472E16: hue angle of 29.39º 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 #472E16 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 46 | 22 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.72 |
| HSL | 29.39º | 0.53% | 0.18% | - |
| HSV(B) | 29.39º | 0.69% | 0.28% | - |
| XYZ | 3.72 | 3.35 | 1.21 | - |
| YUV | 50.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 22 | 0 | 0.35 | 0.69 | 0.72 | 29.39 | 0.53 | 0.18 |
| Hex | 47 | 2E | 16 | 0 | 23 | 45 | 48 | 1D | 35 | 12 |
| Octal | 107 | 56 | 26 | 0 | 43 | 105 | 110 | 35 | 65 | 22 |
| Binary | 1000111 | 101110 | 10110 | 0 | 100011 | 1000101 | 1001000 | 11101 | 110101 | 10010 |
Color Harmonies of #472E16
Complementary color
Monochromatic Colors of #472E16
Black with #472E16
Text Example
Text Example
White with #472E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472E16; }
p { color: rgb(71,46,22); }
H1.HeaderClassName
{
color: #472E16;
}
.AnyTagClassName
{
color: #472E16;
}
</style>
background-color css
<style>
a { background-color: #472E16; }
a { background-color: rgb(71,46,22); }
div.DivClassName
{
background-color: #472E16;
}
.BgClassName
{
background-color: #472E16;
}
</style>
border-color css
<style>
span { border-color: #472E16; }
span { border-color: rgb(71,46,22); }
td.TdClassName
{
border-color: #472E16;
}
.TagClassName
{
border-color: #472E16;
}
</style>