Shades of Bistre #472B09
Tints of Bistre #472B09
RGB
CMYK
RGB Variations
Color information
#472B09 (or 0x472B09) is known color: Bistre. HEX triplet: 47, 2B and 09. RGB value is (71,43,9). Sum of RGB (Red+Green+Blue) = 71+43+9=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #472B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B09 is #B8D4F6. Grayscale: #2F2F2F. Windows color (decimal): -12113143 or 600903. OLE color: 600903.
HSL color Cylindrical-coordinate representation of color #472B09: hue angle of 32.9º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #472B09 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 43 | 9 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.72 |
| HSL | 32.9º | 0.78% | 0.16% | - |
| HSV(B) | 32.9º | 0.87% | 0.28% | - |
| XYZ | 3.51 | 3.09 | 0.67 | - |
| YUV | 47.5 | 106.28 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 9 | 0 | 0.39 | 0.87 | 0.72 | 32.9 | 0.78 | 0.16 |
| Hex | 47 | 2B | 9 | 0 | 27 | 57 | 48 | 21 | 4E | 10 |
| Octal | 107 | 53 | 11 | 0 | 47 | 127 | 110 | 41 | 116 | 20 |
| Binary | 1000111 | 101011 | 1001 | 0 | 100111 | 1010111 | 1001000 | 100001 | 1001110 | 10000 |
Color Harmonies of #472B09
Complementary color
Monochromatic Colors of #472B09
Black with #472B09
Text Example
Text Example
White with #472B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B09; }
p { color: rgb(71,43,9); }
H1.HeaderClassName
{
color: #472B09;
}
.AnyTagClassName
{
color: #472B09;
}
</style>
background-color css
<style>
a { background-color: #472B09; }
a { background-color: rgb(71,43,9); }
div.DivClassName
{
background-color: #472B09;
}
.BgClassName
{
background-color: #472B09;
}
</style>
border-color css
<style>
span { border-color: #472B09; }
span { border-color: rgb(71,43,9); }
td.TdClassName
{
border-color: #472B09;
}
.TagClassName
{
border-color: #472B09;
}
</style>