Shades of Bistre #472B08
Tints of Bistre #472B08
RGB
CMYK
RGB Variations
Color information
#472B08 (or 0x472B08) is known color: Bistre. HEX triplet: 47, 2B and 08. RGB value is (71,43,8). Sum of RGB (Red+Green+Blue) = 71+43+8=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #472B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B08 is #B8D4F7. Grayscale: #2F2F2F. Windows color (decimal): -12113144 or 535367. OLE color: 535367.
HSL color Cylindrical-coordinate representation of color #472B08: hue angle of 33.33º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #472B08 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 43 | 8 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.72 |
| HSL | 33.33º | 0.8% | 0.15% | - |
| HSV(B) | 33.33º | 0.89% | 0.28% | - |
| XYZ | 3.51 | 3.08 | 0.64 | - |
| YUV | 47.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 8 | 0 | 0.39 | 0.89 | 0.72 | 33.33 | 0.8 | 0.15 |
| Hex | 47 | 2B | 8 | 0 | 27 | 59 | 48 | 21 | 50 | F |
| Octal | 107 | 53 | 10 | 0 | 47 | 131 | 110 | 41 | 120 | 17 |
| Binary | 1000111 | 101011 | 1000 | 0 | 100111 | 1011001 | 1001000 | 100001 | 1010000 | 1111 |
Color Harmonies of #472B08
Complementary color
Monochromatic Colors of #472B08
Black with #472B08
Text Example
Text Example
White with #472B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B08; }
p { color: rgb(71,43,8); }
H1.HeaderClassName
{
color: #472B08;
}
.AnyTagClassName
{
color: #472B08;
}
</style>
background-color css
<style>
a { background-color: #472B08; }
a { background-color: rgb(71,43,8); }
div.DivClassName
{
background-color: #472B08;
}
.BgClassName
{
background-color: #472B08;
}
</style>
border-color css
<style>
span { border-color: #472B08; }
span { border-color: rgb(71,43,8); }
td.TdClassName
{
border-color: #472B08;
}
.TagClassName
{
border-color: #472B08;
}
</style>