Shades of Bistre #47280C
Tints of Bistre #47280C
RGB
CMYK
RGB Variations
Color information
#47280C (or 0x47280C) is known color: Bistre. HEX triplet: 47, 28 and 0C. RGB value is (71,40,12). Sum of RGB (Red+Green+Blue) = 71+40+12=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #47280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47280C is #B8D7F3. Grayscale: #2E2E2E. Windows color (decimal): -12113908 or 796743. OLE color: 796743.
HSL color Cylindrical-coordinate representation of color #47280C: hue angle of 28.47º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47280C is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 40 | 12 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.72 |
| HSL | 28.47º | 0.71% | 0.16% | - |
| HSV(B) | 28.47º | 0.83% | 0.28% | - |
| XYZ | 3.42 | 2.88 | 0.72 | - |
| YUV | 46.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 40 | 12 | 0 | 0.44 | 0.83 | 0.72 | 28.47 | 0.71 | 0.16 |
| Hex | 47 | 28 | C | 0 | 2C | 53 | 48 | 1C | 47 | 10 |
| Octal | 107 | 50 | 14 | 0 | 54 | 123 | 110 | 34 | 107 | 20 |
| Binary | 1000111 | 101000 | 1100 | 0 | 101100 | 1010011 | 1001000 | 11100 | 1000111 | 10000 |
Color Harmonies of #47280C
Complementary color
Monochromatic Colors of #47280C
Black with #47280C
Text Example
Text Example
White with #47280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47280C; }
p { color: rgb(71,40,12); }
H1.HeaderClassName
{
color: #47280C;
}
.AnyTagClassName
{
color: #47280C;
}
</style>
background-color css
<style>
a { background-color: #47280C; }
a { background-color: rgb(71,40,12); }
div.DivClassName
{
background-color: #47280C;
}
.BgClassName
{
background-color: #47280C;
}
</style>
border-color css
<style>
span { border-color: #47280C; }
span { border-color: rgb(71,40,12); }
td.TdClassName
{
border-color: #47280C;
}
.TagClassName
{
border-color: #47280C;
}
</style>