Shades of Bistre #472401
Tints of Bistre #472401
RGB
CMYK
RGB Variations
Color information
#472401 (or 0x472401) is known color: Bistre. HEX triplet: 47, 24 and 01. RGB value is (71,36,1). Sum of RGB (Red+Green+Blue) = 71+36+1=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #472401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472401 is #B8DBFE. Grayscale: #2A2A2A. Windows color (decimal): -12114943 or 74823. OLE color: 74823.
HSL color Cylindrical-coordinate representation of color #472401: hue angle of 30º 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 #472401 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 36 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.72 |
| HSL | 30º | 0.97% | 0.14% | - |
| HSV(B) | 30º | 0.99% | 0.28% | - |
| XYZ | 3.23 | 2.6 | 0.36 | - |
| YUV | 42.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 36 | 1 | 0 | 0.49 | 0.99 | 0.72 | 30 | 0.97 | 0.14 |
| Hex | 47 | 24 | 1 | 0 | 31 | 63 | 48 | 1E | 61 | E |
| Octal | 107 | 44 | 1 | 0 | 61 | 143 | 110 | 36 | 141 | 16 |
| Binary | 1000111 | 100100 | 1 | 0 | 110001 | 1100011 | 1001000 | 11110 | 1100001 | 1110 |
Color Harmonies of #472401
Complementary color
Monochromatic Colors of #472401
Black with #472401
Text Example
Text Example
White with #472401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472401; }
p { color: rgb(71,36,1); }
H1.HeaderClassName
{
color: #472401;
}
.AnyTagClassName
{
color: #472401;
}
</style>
background-color css
<style>
a { background-color: #472401; }
a { background-color: rgb(71,36,1); }
div.DivClassName
{
background-color: #472401;
}
.BgClassName
{
background-color: #472401;
}
</style>
border-color css
<style>
span { border-color: #472401; }
span { border-color: rgb(71,36,1); }
td.TdClassName
{
border-color: #472401;
}
.TagClassName
{
border-color: #472401;
}
</style>