Shades of Bistre #472A04
Tints of Bistre #472A04
RGB
CMYK
RGB Variations
Color information
#472A04 (or 0x472A04) is known color: Bistre. HEX triplet: 47, 2A and 04. RGB value is (71,42,4). Sum of RGB (Red+Green+Blue) = 71+42+4=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #472A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A04 is #B8D5FB. Grayscale: #2E2E2E. Windows color (decimal): -12113404 or 272967. OLE color: 272967.
HSL color Cylindrical-coordinate representation of color #472A04: hue angle of 34.03º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #472A04 is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 4 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.72 |
| HSL | 34.03º | 0.89% | 0.15% | - |
| HSV(B) | 34.03º | 0.94% | 0.28% | - |
| XYZ | 3.45 | 3 | 0.51 | - |
| YUV | 46.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 4 | 0 | 0.41 | 0.94 | 0.72 | 34.03 | 0.89 | 0.15 |
| Hex | 47 | 2A | 4 | 0 | 29 | 5E | 48 | 22 | 59 | F |
| Octal | 107 | 52 | 4 | 0 | 51 | 136 | 110 | 42 | 131 | 17 |
| Binary | 1000111 | 101010 | 100 | 0 | 101001 | 1011110 | 1001000 | 100010 | 1011001 | 1111 |
Color Harmonies of #472A04
Complementary color
Monochromatic Colors of #472A04
Black with #472A04
Text Example
Text Example
White with #472A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A04; }
p { color: rgb(71,42,4); }
H1.HeaderClassName
{
color: #472A04;
}
.AnyTagClassName
{
color: #472A04;
}
</style>
background-color css
<style>
a { background-color: #472A04; }
a { background-color: rgb(71,42,4); }
div.DivClassName
{
background-color: #472A04;
}
.BgClassName
{
background-color: #472A04;
}
</style>
border-color css
<style>
span { border-color: #472A04; }
span { border-color: rgb(71,42,4); }
td.TdClassName
{
border-color: #472A04;
}
.TagClassName
{
border-color: #472A04;
}
</style>