Shades of Tussock #C38949
Tints of Tussock #C38949
RGB
CMYK
RGB Variations
Color information
#C38949 (or 0xC38949) is known color: Tussock. HEX triplet: C3, 89 and 49. RGB value is (195,137,73). Sum of RGB (Red+Green+Blue) = 195+137+73=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C38949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38949 is #3C76B6. Grayscale: #939393. Windows color (decimal): -3962551 or 4819395. OLE color: 4819395.
HSL color Cylindrical-coordinate representation of color #C38949: hue angle of 31.48º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C38949 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 73 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.24 |
| HSL | 31.48º | 0.5% | 0.53% | - |
| HSV(B) | 31.48º | 0.63% | 0.76% | - |
| XYZ | 32.65 | 29.97 | 10.37 | - |
| YUV | 147.05 | 86.22 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 73 | 0 | 0.30 | 0.63 | 0.24 | 31.48 | 0.5 | 0.53 |
| Hex | C3 | 89 | 49 | 0 | 1E | 3F | 18 | 1F | 32 | 35 |
| Octal | 303 | 211 | 111 | 0 | 36 | 77 | 30 | 37 | 62 | 65 |
| Binary | 11000011 | 10001001 | 1001001 | 0 | 11110 | 111111 | 11000 | 11111 | 110010 | 110101 |
Color Harmonies of #C38949
Complementary color
Monochromatic Colors of #C38949
Black with #C38949
Text Example
Text Example
White with #C38949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38949; }
p { color: rgb(195,137,73); }
H1.HeaderClassName
{
color: #C38949;
}
.AnyTagClassName
{
color: #C38949;
}
</style>
background-color css
<style>
a { background-color: #C38949; }
a { background-color: rgb(195,137,73); }
div.DivClassName
{
background-color: #C38949;
}
.BgClassName
{
background-color: #C38949;
}
</style>
border-color css
<style>
span { border-color: #C38949; }
span { border-color: rgb(195,137,73); }
td.TdClassName
{
border-color: #C38949;
}
.TagClassName
{
border-color: #C38949;
}
</style>