Shades of Bistre #472A0C
Tints of Bistre #472A0C
RGB
CMYK
RGB Variations
Color information
#472A0C (or 0x472A0C) is known color: Bistre. HEX triplet: 47, 2A and 0C. RGB value is (71,42,12). Sum of RGB (Red+Green+Blue) = 71+42+12=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #472A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A0C is #B8D5F3. Grayscale: #2F2F2F. Windows color (decimal): -12113396 or 797255. OLE color: 797255.
HSL color Cylindrical-coordinate representation of color #472A0C: hue angle of 30.51º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #472A0C is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 12 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.72 |
| HSL | 30.51º | 0.71% | 0.16% | - |
| HSV(B) | 30.51º | 0.83% | 0.28% | - |
| XYZ | 3.49 | 3.02 | 0.75 | - |
| YUV | 47.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 12 | 0 | 0.41 | 0.83 | 0.72 | 30.51 | 0.71 | 0.16 |
| Hex | 47 | 2A | C | 0 | 29 | 53 | 48 | 1F | 47 | 10 |
| Octal | 107 | 52 | 14 | 0 | 51 | 123 | 110 | 37 | 107 | 20 |
| Binary | 1000111 | 101010 | 1100 | 0 | 101001 | 1010011 | 1001000 | 11111 | 1000111 | 10000 |
Color Harmonies of #472A0C
Complementary color
Monochromatic Colors of #472A0C
Black with #472A0C
Text Example
Text Example
White with #472A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A0C; }
p { color: rgb(71,42,12); }
H1.HeaderClassName
{
color: #472A0C;
}
.AnyTagClassName
{
color: #472A0C;
}
</style>
background-color css
<style>
a { background-color: #472A0C; }
a { background-color: rgb(71,42,12); }
div.DivClassName
{
background-color: #472A0C;
}
.BgClassName
{
background-color: #472A0C;
}
</style>
border-color css
<style>
span { border-color: #472A0C; }
span { border-color: rgb(71,42,12); }
td.TdClassName
{
border-color: #472A0C;
}
.TagClassName
{
border-color: #472A0C;
}
</style>