Shades of Bistre #472B05
Tints of Bistre #472B05
RGB
CMYK
RGB Variations
Color information
#472B05 (or 0x472B05) is known color: Bistre. HEX triplet: 47, 2B and 05. RGB value is (71,43,5). Sum of RGB (Red+Green+Blue) = 71+43+5=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #472B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B05 is #B8D4FA. Grayscale: #2F2F2F. Windows color (decimal): -12113147 or 338759. OLE color: 338759.
HSL color Cylindrical-coordinate representation of color #472B05: hue angle of 34.55º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #472B05 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 43 | 5 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.72 |
| HSL | 34.55º | 0.87% | 0.15% | - |
| HSV(B) | 34.55º | 0.93% | 0.28% | - |
| XYZ | 3.49 | 3.08 | 0.55 | - |
| YUV | 47.04 | 104.28 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 5 | 0 | 0.39 | 0.93 | 0.72 | 34.55 | 0.87 | 0.15 |
| Hex | 47 | 2B | 5 | 0 | 27 | 5D | 48 | 23 | 57 | F |
| Octal | 107 | 53 | 5 | 0 | 47 | 135 | 110 | 43 | 127 | 17 |
| Binary | 1000111 | 101011 | 101 | 0 | 100111 | 1011101 | 1001000 | 100011 | 1010111 | 1111 |
Color Harmonies of #472B05
Complementary color
Monochromatic Colors of #472B05
Black with #472B05
Text Example
Text Example
White with #472B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B05; }
p { color: rgb(71,43,5); }
H1.HeaderClassName
{
color: #472B05;
}
.AnyTagClassName
{
color: #472B05;
}
</style>
background-color css
<style>
a { background-color: #472B05; }
a { background-color: rgb(71,43,5); }
div.DivClassName
{
background-color: #472B05;
}
.BgClassName
{
background-color: #472B05;
}
</style>
border-color css
<style>
span { border-color: #472B05; }
span { border-color: rgb(71,43,5); }
td.TdClassName
{
border-color: #472B05;
}
.TagClassName
{
border-color: #472B05;
}
</style>