Shades of Bistre #492808
Tints of Bistre #492808
RGB
CMYK
RGB Variations
Color information
#492808 (or 0x492808) is known color: Bistre. HEX triplet: 49, 28 and 08. RGB value is (73,40,8). Sum of RGB (Red+Green+Blue) = 73+40+8=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #492808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492808 is #B6D7F7. Grayscale: #2E2E2E. Windows color (decimal): -11982840 or 534601. OLE color: 534601.
HSL color Cylindrical-coordinate representation of color #492808: hue angle of 29.54º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #492808 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 40 | 8 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.71 |
| HSL | 29.54º | 0.8% | 0.16% | - |
| HSV(B) | 29.54º | 0.89% | 0.29% | - |
| XYZ | 3.55 | 2.95 | 0.61 | - |
| YUV | 46.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 8 | 0 | 0.45 | 0.89 | 0.71 | 29.54 | 0.8 | 0.16 |
| Hex | 49 | 28 | 8 | 0 | 2D | 59 | 47 | 1E | 50 | 10 |
| Octal | 111 | 50 | 10 | 0 | 55 | 131 | 107 | 36 | 120 | 20 |
| Binary | 1001001 | 101000 | 1000 | 0 | 101101 | 1011001 | 1000111 | 11110 | 1010000 | 10000 |
Color Harmonies of #492808
Complementary color
Monochromatic Colors of #492808
Black with #492808
Text Example
Text Example
White with #492808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492808; }
p { color: rgb(73,40,8); }
H1.HeaderClassName
{
color: #492808;
}
.AnyTagClassName
{
color: #492808;
}
</style>
background-color css
<style>
a { background-color: #492808; }
a { background-color: rgb(73,40,8); }
div.DivClassName
{
background-color: #492808;
}
.BgClassName
{
background-color: #492808;
}
</style>
border-color css
<style>
span { border-color: #492808; }
span { border-color: rgb(73,40,8); }
td.TdClassName
{
border-color: #492808;
}
.TagClassName
{
border-color: #492808;
}
</style>