Shades of Bistre #472C0F
Tints of Bistre #472C0F
RGB
CMYK
RGB Variations
Color information
#472C0F (or 0x472C0F) is known color: Bistre. HEX triplet: 47, 2C and 0F. RGB value is (71,44,15). Sum of RGB (Red+Green+Blue) = 71+44+15=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #472C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C0F is #B8D3F0. Grayscale: #303030. Windows color (decimal): -12112881 or 994375. OLE color: 994375.
HSL color Cylindrical-coordinate representation of color #472C0F: hue angle of 31.07º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472C0F is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 44 | 15 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.72 |
| HSL | 31.07º | 0.65% | 0.17% | - |
| HSV(B) | 31.07º | 0.79% | 0.28% | - |
| XYZ | 3.59 | 3.18 | 0.88 | - |
| YUV | 48.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 15 | 0 | 0.38 | 0.79 | 0.72 | 31.07 | 0.65 | 0.17 |
| Hex | 47 | 2C | F | 0 | 26 | 4F | 48 | 1F | 41 | 11 |
| Octal | 107 | 54 | 17 | 0 | 46 | 117 | 110 | 37 | 101 | 21 |
| Binary | 1000111 | 101100 | 1111 | 0 | 100110 | 1001111 | 1001000 | 11111 | 1000001 | 10001 |
Color Harmonies of #472C0F
Complementary color
Monochromatic Colors of #472C0F
Black with #472C0F
Text Example
Text Example
White with #472C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C0F; }
p { color: rgb(71,44,15); }
H1.HeaderClassName
{
color: #472C0F;
}
.AnyTagClassName
{
color: #472C0F;
}
</style>
background-color css
<style>
a { background-color: #472C0F; }
a { background-color: rgb(71,44,15); }
div.DivClassName
{
background-color: #472C0F;
}
.BgClassName
{
background-color: #472C0F;
}
</style>
border-color css
<style>
span { border-color: #472C0F; }
span { border-color: rgb(71,44,15); }
td.TdClassName
{
border-color: #472C0F;
}
.TagClassName
{
border-color: #472C0F;
}
</style>