Shades of Bistre #472D13
Tints of Bistre #472D13
RGB
CMYK
RGB Variations
Color information
#472D13 (or 0x472D13) is known color: Bistre. HEX triplet: 47, 2D and 13. RGB value is (71,45,19). Sum of RGB (Red+Green+Blue) = 71+45+19=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #472D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D13 is #B8D2EC. Grayscale: #313131. Windows color (decimal): -12112621 or 1256775. OLE color: 1256775.
HSL color Cylindrical-coordinate representation of color #472D13: hue angle of 30º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472D13 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 45 | 19 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.72 |
| HSL | 30º | 0.58% | 0.18% | - |
| HSV(B) | 30º | 0.73% | 0.28% | - |
| XYZ | 3.65 | 3.26 | 1.05 | - |
| YUV | 49.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 19 | 0 | 0.37 | 0.73 | 0.72 | 30 | 0.58 | 0.18 |
| Hex | 47 | 2D | 13 | 0 | 25 | 49 | 48 | 1E | 3A | 12 |
| Octal | 107 | 55 | 23 | 0 | 45 | 111 | 110 | 36 | 72 | 22 |
| Binary | 1000111 | 101101 | 10011 | 0 | 100101 | 1001001 | 1001000 | 11110 | 111010 | 10010 |
Color Harmonies of #472D13
Complementary color
Monochromatic Colors of #472D13
Black with #472D13
Text Example
Text Example
White with #472D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D13; }
p { color: rgb(71,45,19); }
H1.HeaderClassName
{
color: #472D13;
}
.AnyTagClassName
{
color: #472D13;
}
</style>
background-color css
<style>
a { background-color: #472D13; }
a { background-color: rgb(71,45,19); }
div.DivClassName
{
background-color: #472D13;
}
.BgClassName
{
background-color: #472D13;
}
</style>
border-color css
<style>
span { border-color: #472D13; }
span { border-color: rgb(71,45,19); }
td.TdClassName
{
border-color: #472D13;
}
.TagClassName
{
border-color: #472D13;
}
</style>