Shades of Tussock #C48B49
Tints of Tussock #C48B49
RGB
CMYK
RGB Variations
Color information
#C48B49 (or 0xC48B49) is known color: Tussock. HEX triplet: C4, 8B and 49. RGB value is (196,139,73). Sum of RGB (Red+Green+Blue) = 196+139+73=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48B49 is #3B74B6. Grayscale: #949494. Windows color (decimal): -3896503 or 4819908. OLE color: 4819908.
HSL color Cylindrical-coordinate representation of color #C48B49: hue angle of 32.2º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C48B49 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 73 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.23 |
| HSL | 32.2º | 0.51% | 0.53% | - |
| HSV(B) | 32.2º | 0.63% | 0.77% | - |
| XYZ | 33.2 | 30.68 | 10.48 | - |
| YUV | 148.52 | 85.38 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 73 | 0 | 0.29 | 0.63 | 0.23 | 32.2 | 0.51 | 0.53 |
| Hex | C4 | 8B | 49 | 0 | 1D | 3F | 17 | 20 | 33 | 35 |
| Octal | 304 | 213 | 111 | 0 | 35 | 77 | 27 | 40 | 63 | 65 |
| Binary | 11000100 | 10001011 | 1001001 | 0 | 11101 | 111111 | 10111 | 100000 | 110011 | 110101 |
Color Harmonies of #C48B49
Complementary color
Monochromatic Colors of #C48B49
Black with #C48B49
Text Example
Text Example
White with #C48B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B49; }
p { color: rgb(196,139,73); }
H1.HeaderClassName
{
color: #C48B49;
}
.AnyTagClassName
{
color: #C48B49;
}
</style>
background-color css
<style>
a { background-color: #C48B49; }
a { background-color: rgb(196,139,73); }
div.DivClassName
{
background-color: #C48B49;
}
.BgClassName
{
background-color: #C48B49;
}
</style>
border-color css
<style>
span { border-color: #C48B49; }
span { border-color: rgb(196,139,73); }
td.TdClassName
{
border-color: #C48B49;
}
.TagClassName
{
border-color: #C48B49;
}
</style>