Shades of Bistre #472A0A
Tints of Bistre #472A0A
RGB
CMYK
RGB Variations
Color information
#472A0A (or 0x472A0A) is known color: Bistre. HEX triplet: 47, 2A and 0A. RGB value is (71,42,10). Sum of RGB (Red+Green+Blue) = 71+42+10=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #472A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A0A is #B8D5F5. Grayscale: #2F2F2F. Windows color (decimal): -12113398 or 666183. OLE color: 666183.
HSL color Cylindrical-coordinate representation of color #472A0A: hue angle of 31.48º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #472A0A is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 10 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.72 |
| HSL | 31.48º | 0.75% | 0.16% | - |
| HSV(B) | 31.48º | 0.86% | 0.28% | - |
| XYZ | 3.48 | 3.02 | 0.69 | - |
| YUV | 47.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 10 | 0 | 0.41 | 0.86 | 0.72 | 31.48 | 0.75 | 0.16 |
| Hex | 47 | 2A | A | 0 | 29 | 56 | 48 | 1F | 4B | 10 |
| Octal | 107 | 52 | 12 | 0 | 51 | 126 | 110 | 37 | 113 | 20 |
| Binary | 1000111 | 101010 | 1010 | 0 | 101001 | 1010110 | 1001000 | 11111 | 1001011 | 10000 |
Color Harmonies of #472A0A
Complementary color
Monochromatic Colors of #472A0A
Black with #472A0A
Text Example
Text Example
White with #472A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A0A; }
p { color: rgb(71,42,10); }
H1.HeaderClassName
{
color: #472A0A;
}
.AnyTagClassName
{
color: #472A0A;
}
</style>
background-color css
<style>
a { background-color: #472A0A; }
a { background-color: rgb(71,42,10); }
div.DivClassName
{
background-color: #472A0A;
}
.BgClassName
{
background-color: #472A0A;
}
</style>
border-color css
<style>
span { border-color: #472A0A; }
span { border-color: rgb(71,42,10); }
td.TdClassName
{
border-color: #472A0A;
}
.TagClassName
{
border-color: #472A0A;
}
</style>