Shades of Bistre #49290C
Tints of Bistre #49290C
RGB
CMYK
RGB Variations
Color information
#49290C (or 0x49290C) is known color: Bistre. HEX triplet: 49, 29 and 0C. RGB value is (73,41,12). Sum of RGB (Red+Green+Blue) = 73+41+12=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #49290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49290C is #B6D6F3. Grayscale: #2F2F2F. Windows color (decimal): -11982580 or 797001. OLE color: 797001.
HSL color Cylindrical-coordinate representation of color #49290C: hue angle of 28.52º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49290C is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 41 | 12 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.71 |
| HSL | 28.52º | 0.72% | 0.17% | - |
| HSV(B) | 28.52º | 0.84% | 0.29% | - |
| XYZ | 3.61 | 3.03 | 0.74 | - |
| YUV | 47.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 12 | 0 | 0.44 | 0.84 | 0.71 | 28.52 | 0.72 | 0.17 |
| Hex | 49 | 29 | C | 0 | 2C | 54 | 47 | 1D | 48 | 11 |
| Octal | 111 | 51 | 14 | 0 | 54 | 124 | 107 | 35 | 110 | 21 |
| Binary | 1001001 | 101001 | 1100 | 0 | 101100 | 1010100 | 1000111 | 11101 | 1001000 | 10001 |
Color Harmonies of #49290C
Complementary color
Monochromatic Colors of #49290C
Black with #49290C
Text Example
Text Example
White with #49290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49290C; }
p { color: rgb(73,41,12); }
H1.HeaderClassName
{
color: #49290C;
}
.AnyTagClassName
{
color: #49290C;
}
</style>
background-color css
<style>
a { background-color: #49290C; }
a { background-color: rgb(73,41,12); }
div.DivClassName
{
background-color: #49290C;
}
.BgClassName
{
background-color: #49290C;
}
</style>
border-color css
<style>
span { border-color: #49290C; }
span { border-color: rgb(73,41,12); }
td.TdClassName
{
border-color: #49290C;
}
.TagClassName
{
border-color: #49290C;
}
</style>