Shades of Bistre #472A03
Tints of Bistre #472A03
RGB
CMYK
RGB Variations
Color information
#472A03 (or 0x472A03) is known color: Bistre. HEX triplet: 47, 2A and 03. RGB value is (71,42,3). Sum of RGB (Red+Green+Blue) = 71+42+3=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #472A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A03 is #B8D5FC. Grayscale: #2E2E2E. Windows color (decimal): -12113405 or 207431. OLE color: 207431.
HSL color Cylindrical-coordinate representation of color #472A03: hue angle of 34.41º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #472A03 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 3 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.72 |
| HSL | 34.41º | 0.92% | 0.15% | - |
| HSV(B) | 34.41º | 0.96% | 0.28% | - |
| XYZ | 3.44 | 3 | 0.48 | - |
| YUV | 46.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 3 | 0 | 0.41 | 0.96 | 0.72 | 34.41 | 0.92 | 0.15 |
| Hex | 47 | 2A | 3 | 0 | 29 | 60 | 48 | 22 | 5C | F |
| Octal | 107 | 52 | 3 | 0 | 51 | 140 | 110 | 42 | 134 | 17 |
| Binary | 1000111 | 101010 | 11 | 0 | 101001 | 1100000 | 1001000 | 100010 | 1011100 | 1111 |
Color Harmonies of #472A03
Complementary color
Monochromatic Colors of #472A03
Black with #472A03
Text Example
Text Example
White with #472A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A03; }
p { color: rgb(71,42,3); }
H1.HeaderClassName
{
color: #472A03;
}
.AnyTagClassName
{
color: #472A03;
}
</style>
background-color css
<style>
a { background-color: #472A03; }
a { background-color: rgb(71,42,3); }
div.DivClassName
{
background-color: #472A03;
}
.BgClassName
{
background-color: #472A03;
}
</style>
border-color css
<style>
span { border-color: #472A03; }
span { border-color: rgb(71,42,3); }
td.TdClassName
{
border-color: #472A03;
}
.TagClassName
{
border-color: #472A03;
}
</style>