Shades of Bistre #472301
Tints of Bistre #472301
RGB
CMYK
RGB Variations
Color information
#472301 (or 0x472301) is known color: Bistre. HEX triplet: 47, 23 and 01. RGB value is (71,35,1). Sum of RGB (Red+Green+Blue) = 71+35+1=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #472301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472301 is #B8DCFE. Grayscale: #2A2A2A. Windows color (decimal): -12115199 or 74567. OLE color: 74567.
HSL color Cylindrical-coordinate representation of color #472301: hue angle of 29.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #472301 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 35 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.72 |
| HSL | 29.14º | 0.97% | 0.14% | - |
| HSV(B) | 29.14º | 0.99% | 0.28% | - |
| XYZ | 3.21 | 2.54 | 0.35 | - |
| YUV | 41.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 35 | 1 | 0 | 0.51 | 0.99 | 0.72 | 29.14 | 0.97 | 0.14 |
| Hex | 47 | 23 | 1 | 0 | 33 | 63 | 48 | 1D | 61 | E |
| Octal | 107 | 43 | 1 | 0 | 63 | 143 | 110 | 35 | 141 | 16 |
| Binary | 1000111 | 100011 | 1 | 0 | 110011 | 1100011 | 1001000 | 11101 | 1100001 | 1110 |
Color Harmonies of #472301
Complementary color
Monochromatic Colors of #472301
Black with #472301
Text Example
Text Example
White with #472301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472301; }
p { color: rgb(71,35,1); }
H1.HeaderClassName
{
color: #472301;
}
.AnyTagClassName
{
color: #472301;
}
</style>
background-color css
<style>
a { background-color: #472301; }
a { background-color: rgb(71,35,1); }
div.DivClassName
{
background-color: #472301;
}
.BgClassName
{
background-color: #472301;
}
</style>
border-color css
<style>
span { border-color: #472301; }
span { border-color: rgb(71,35,1); }
td.TdClassName
{
border-color: #472301;
}
.TagClassName
{
border-color: #472301;
}
</style>