Shades of Tussock #B78D49
Tints of Tussock #B78D49
RGB
CMYK
RGB Variations
Color information
#B78D49 (or 0xB78D49) is known color: Tussock. HEX triplet: B7, 8D and 49. RGB value is (183,141,73). Sum of RGB (Red+Green+Blue) = 183+141+73=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78D49 is #4872B6. Grayscale: #929292. Windows color (decimal): -4747959 or 4820407. OLE color: 4820407.
HSL color Cylindrical-coordinate representation of color #B78D49: hue angle of 37.09º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B78D49 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 73 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.28 |
| HSL | 37.09º | 0.43% | 0.5% | - |
| HSV(B) | 37.09º | 0.6% | 0.72% | - |
| XYZ | 30.26 | 29.6 | 10.42 | - |
| YUV | 145.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 73 | 0 | 0.23 | 0.60 | 0.28 | 37.09 | 0.43 | 0.5 |
| Hex | B7 | 8D | 49 | 0 | 17 | 3C | 1C | 25 | 2B | 32 |
| Octal | 267 | 215 | 111 | 0 | 27 | 74 | 34 | 45 | 53 | 62 |
| Binary | 10110111 | 10001101 | 1001001 | 0 | 10111 | 111100 | 11100 | 100101 | 101011 | 110010 |
Color Harmonies of #B78D49
Complementary color
Monochromatic Colors of #B78D49
Black with #B78D49
Text Example
Text Example
White with #B78D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78D49; }
p { color: rgb(183,141,73); }
H1.HeaderClassName
{
color: #B78D49;
}
.AnyTagClassName
{
color: #B78D49;
}
</style>
background-color css
<style>
a { background-color: #B78D49; }
a { background-color: rgb(183,141,73); }
div.DivClassName
{
background-color: #B78D49;
}
.BgClassName
{
background-color: #B78D49;
}
</style>
border-color css
<style>
span { border-color: #B78D49; }
span { border-color: rgb(183,141,73); }
td.TdClassName
{
border-color: #B78D49;
}
.TagClassName
{
border-color: #B78D49;
}
</style>