Shades of Bistre #472B0A
Tints of Bistre #472B0A
RGB
CMYK
RGB Variations
Color information
#472B0A (or 0x472B0A) is known color: Bistre. HEX triplet: 47, 2B and 0A. RGB value is (71,43,10). Sum of RGB (Red+Green+Blue) = 71+43+10=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #472B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B0A is #B8D4F5. Grayscale: #2F2F2F. Windows color (decimal): -12113142 or 666439. OLE color: 666439.
HSL color Cylindrical-coordinate representation of color #472B0A: hue angle of 32.46º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #472B0A is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 43 | 10 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.72 |
| HSL | 32.46º | 0.75% | 0.16% | - |
| HSV(B) | 32.46º | 0.86% | 0.28% | - |
| XYZ | 3.52 | 3.09 | 0.7 | - |
| YUV | 47.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 10 | 0 | 0.39 | 0.86 | 0.72 | 32.46 | 0.75 | 0.16 |
| Hex | 47 | 2B | A | 0 | 27 | 56 | 48 | 20 | 4B | 10 |
| Octal | 107 | 53 | 12 | 0 | 47 | 126 | 110 | 40 | 113 | 20 |
| Binary | 1000111 | 101011 | 1010 | 0 | 100111 | 1010110 | 1001000 | 100000 | 1001011 | 10000 |
Color Harmonies of #472B0A
Complementary color
Monochromatic Colors of #472B0A
Black with #472B0A
Text Example
Text Example
White with #472B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B0A; }
p { color: rgb(71,43,10); }
H1.HeaderClassName
{
color: #472B0A;
}
.AnyTagClassName
{
color: #472B0A;
}
</style>
background-color css
<style>
a { background-color: #472B0A; }
a { background-color: rgb(71,43,10); }
div.DivClassName
{
background-color: #472B0A;
}
.BgClassName
{
background-color: #472B0A;
}
</style>
border-color css
<style>
span { border-color: #472B0A; }
span { border-color: rgb(71,43,10); }
td.TdClassName
{
border-color: #472B0A;
}
.TagClassName
{
border-color: #472B0A;
}
</style>