Shades of Bistre #472B0E
Tints of Bistre #472B0E
RGB
CMYK
RGB Variations
Color information
#472B0E (or 0x472B0E) is known color: Bistre. HEX triplet: 47, 2B and 0E. RGB value is (71,43,14). Sum of RGB (Red+Green+Blue) = 71+43+14=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #472B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B0E is #B8D4F1. Grayscale: #303030. Windows color (decimal): -12113138 or 928583. OLE color: 928583.
HSL color Cylindrical-coordinate representation of color #472B0E: hue angle of 30.53º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #472B0E is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 43 | 14 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.72 |
| HSL | 30.53º | 0.67% | 0.17% | - |
| HSV(B) | 30.53º | 0.8% | 0.28% | - |
| XYZ | 3.54 | 3.1 | 0.83 | - |
| YUV | 48.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 14 | 0 | 0.39 | 0.80 | 0.72 | 30.53 | 0.67 | 0.17 |
| Hex | 47 | 2B | E | 0 | 27 | 50 | 48 | 1F | 43 | 11 |
| Octal | 107 | 53 | 16 | 0 | 47 | 120 | 110 | 37 | 103 | 21 |
| Binary | 1000111 | 101011 | 1110 | 0 | 100111 | 1010000 | 1001000 | 11111 | 1000011 | 10001 |
Color Harmonies of #472B0E
Complementary color
Monochromatic Colors of #472B0E
Black with #472B0E
Text Example
Text Example
White with #472B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B0E; }
p { color: rgb(71,43,14); }
H1.HeaderClassName
{
color: #472B0E;
}
.AnyTagClassName
{
color: #472B0E;
}
</style>
background-color css
<style>
a { background-color: #472B0E; }
a { background-color: rgb(71,43,14); }
div.DivClassName
{
background-color: #472B0E;
}
.BgClassName
{
background-color: #472B0E;
}
</style>
border-color css
<style>
span { border-color: #472B0E; }
span { border-color: rgb(71,43,14); }
td.TdClassName
{
border-color: #472B0E;
}
.TagClassName
{
border-color: #472B0E;
}
</style>