Shades of Tussock #C28B49
Tints of Tussock #C28B49
RGB
CMYK
RGB Variations
Color information
#C28B49 (or 0xC28B49) is known color: Tussock. HEX triplet: C2, 8B and 49. RGB value is (194,139,73). Sum of RGB (Red+Green+Blue) = 194+139+73=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28B49 is #3D74B6. Grayscale: #949494. Windows color (decimal): -4027575 or 4819906. OLE color: 4819906.
HSL color Cylindrical-coordinate representation of color #C28B49: hue angle of 32.73º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C28B49 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 73 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.24 |
| HSL | 32.73º | 0.5% | 0.52% | - |
| HSV(B) | 32.73º | 0.62% | 0.76% | - |
| XYZ | 32.68 | 30.42 | 10.45 | - |
| YUV | 147.92 | 85.72 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 73 | 0 | 0.28 | 0.62 | 0.24 | 32.73 | 0.5 | 0.52 |
| Hex | C2 | 8B | 49 | 0 | 1C | 3E | 18 | 21 | 32 | 34 |
| Octal | 302 | 213 | 111 | 0 | 34 | 76 | 30 | 41 | 62 | 64 |
| Binary | 11000010 | 10001011 | 1001001 | 0 | 11100 | 111110 | 11000 | 100001 | 110010 | 110100 |
Color Harmonies of #C28B49
Complementary color
Monochromatic Colors of #C28B49
Black with #C28B49
Text Example
Text Example
White with #C28B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B49; }
p { color: rgb(194,139,73); }
H1.HeaderClassName
{
color: #C28B49;
}
.AnyTagClassName
{
color: #C28B49;
}
</style>
background-color css
<style>
a { background-color: #C28B49; }
a { background-color: rgb(194,139,73); }
div.DivClassName
{
background-color: #C28B49;
}
.BgClassName
{
background-color: #C28B49;
}
</style>
border-color css
<style>
span { border-color: #C28B49; }
span { border-color: rgb(194,139,73); }
td.TdClassName
{
border-color: #C28B49;
}
.TagClassName
{
border-color: #C28B49;
}
</style>