Shades of Bistre #472A0F
Tints of Bistre #472A0F
RGB
CMYK
RGB Variations
Color information
#472A0F (or 0x472A0F) is known color: Bistre. HEX triplet: 47, 2A and 0F. RGB value is (71,42,15). Sum of RGB (Red+Green+Blue) = 71+42+15=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #472A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A0F is #B8D5F0. Grayscale: #2F2F2F. Windows color (decimal): -12113393 or 993863. OLE color: 993863.
HSL color Cylindrical-coordinate representation of color #472A0F: hue angle of 28.93º 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 #472A0F is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 15 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.72 |
| HSL | 28.93º | 0.65% | 0.17% | - |
| HSV(B) | 28.93º | 0.79% | 0.28% | - |
| XYZ | 3.51 | 3.03 | 0.85 | - |
| YUV | 47.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 15 | 0 | 0.41 | 0.79 | 0.72 | 28.93 | 0.65 | 0.17 |
| Hex | 47 | 2A | F | 0 | 29 | 4F | 48 | 1D | 41 | 11 |
| Octal | 107 | 52 | 17 | 0 | 51 | 117 | 110 | 35 | 101 | 21 |
| Binary | 1000111 | 101010 | 1111 | 0 | 101001 | 1001111 | 1001000 | 11101 | 1000001 | 10001 |
Color Harmonies of #472A0F
Complementary color
Monochromatic Colors of #472A0F
Black with #472A0F
Text Example
Text Example
White with #472A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A0F; }
p { color: rgb(71,42,15); }
H1.HeaderClassName
{
color: #472A0F;
}
.AnyTagClassName
{
color: #472A0F;
}
</style>
background-color css
<style>
a { background-color: #472A0F; }
a { background-color: rgb(71,42,15); }
div.DivClassName
{
background-color: #472A0F;
}
.BgClassName
{
background-color: #472A0F;
}
</style>
border-color css
<style>
span { border-color: #472A0F; }
span { border-color: rgb(71,42,15); }
td.TdClassName
{
border-color: #472A0F;
}
.TagClassName
{
border-color: #472A0F;
}
</style>