Shades of Bistre #472A06
Tints of Bistre #472A06
RGB
CMYK
RGB Variations
Color information
#472A06 (or 0x472A06) is known color: Bistre. HEX triplet: 47, 2A and 06. RGB value is (71,42,6). Sum of RGB (Red+Green+Blue) = 71+42+6=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #472A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A06 is #B8D5F9. Grayscale: #2E2E2E. Windows color (decimal): -12113402 or 404039. OLE color: 404039.
HSL color Cylindrical-coordinate representation of color #472A06: hue angle of 33.23º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #472A06 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 6 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.72 |
| HSL | 33.23º | 0.84% | 0.15% | - |
| HSV(B) | 33.23º | 0.92% | 0.28% | - |
| XYZ | 3.46 | 3.01 | 0.57 | - |
| YUV | 46.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 6 | 0 | 0.41 | 0.92 | 0.72 | 33.23 | 0.84 | 0.15 |
| Hex | 47 | 2A | 6 | 0 | 29 | 5C | 48 | 21 | 54 | F |
| Octal | 107 | 52 | 6 | 0 | 51 | 134 | 110 | 41 | 124 | 17 |
| Binary | 1000111 | 101010 | 110 | 0 | 101001 | 1011100 | 1001000 | 100001 | 1010100 | 1111 |
Color Harmonies of #472A06
Complementary color
Monochromatic Colors of #472A06
Black with #472A06
Text Example
Text Example
White with #472A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A06; }
p { color: rgb(71,42,6); }
H1.HeaderClassName
{
color: #472A06;
}
.AnyTagClassName
{
color: #472A06;
}
</style>
background-color css
<style>
a { background-color: #472A06; }
a { background-color: rgb(71,42,6); }
div.DivClassName
{
background-color: #472A06;
}
.BgClassName
{
background-color: #472A06;
}
</style>
border-color css
<style>
span { border-color: #472A06; }
span { border-color: rgb(71,42,6); }
td.TdClassName
{
border-color: #472A06;
}
.TagClassName
{
border-color: #472A06;
}
</style>