Shades of Bistre #472B04
Tints of Bistre #472B04
RGB
CMYK
RGB Variations
Color information
#472B04 (or 0x472B04) is known color: Bistre. HEX triplet: 47, 2B and 04. RGB value is (71,43,4). Sum of RGB (Red+Green+Blue) = 71+43+4=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #472B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B04 is #B8D4FB. Grayscale: #2F2F2F. Windows color (decimal): -12113148 or 273223. OLE color: 273223.
HSL color Cylindrical-coordinate representation of color #472B04: hue angle of 34.93º 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 #472B04 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 43 | 4 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.72 |
| HSL | 34.93º | 0.89% | 0.15% | - |
| HSV(B) | 34.93º | 0.94% | 0.28% | - |
| XYZ | 3.48 | 3.08 | 0.52 | - |
| YUV | 46.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 4 | 0 | 0.39 | 0.94 | 0.72 | 34.93 | 0.89 | 0.15 |
| Hex | 47 | 2B | 4 | 0 | 27 | 5E | 48 | 23 | 59 | F |
| Octal | 107 | 53 | 4 | 0 | 47 | 136 | 110 | 43 | 131 | 17 |
| Binary | 1000111 | 101011 | 100 | 0 | 100111 | 1011110 | 1001000 | 100011 | 1011001 | 1111 |
Color Harmonies of #472B04
Complementary color
Monochromatic Colors of #472B04
Black with #472B04
Text Example
Text Example
White with #472B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B04; }
p { color: rgb(71,43,4); }
H1.HeaderClassName
{
color: #472B04;
}
.AnyTagClassName
{
color: #472B04;
}
</style>
background-color css
<style>
a { background-color: #472B04; }
a { background-color: rgb(71,43,4); }
div.DivClassName
{
background-color: #472B04;
}
.BgClassName
{
background-color: #472B04;
}
</style>
border-color css
<style>
span { border-color: #472B04; }
span { border-color: rgb(71,43,4); }
td.TdClassName
{
border-color: #472B04;
}
.TagClassName
{
border-color: #472B04;
}
</style>