Shades of Tussock #C38A49
Tints of Tussock #C38A49
RGB
CMYK
RGB Variations
Color information
#C38A49 (or 0xC38A49) is known color: Tussock. HEX triplet: C3, 8A and 49. RGB value is (195,138,73). Sum of RGB (Red+Green+Blue) = 195+138+73=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A49 is #3C75B6. Grayscale: #939393. Windows color (decimal): -3962295 or 4819651. OLE color: 4819651.
HSL color Cylindrical-coordinate representation of color #C38A49: hue angle of 31.97º 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 #C38A49 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 73 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.24 |
| HSL | 31.97º | 0.5% | 0.53% | - |
| HSV(B) | 31.97º | 0.63% | 0.76% | - |
| XYZ | 32.8 | 30.26 | 10.42 | - |
| YUV | 147.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 73 | 0 | 0.29 | 0.63 | 0.24 | 31.97 | 0.5 | 0.53 |
| Hex | C3 | 8A | 49 | 0 | 1D | 3F | 18 | 20 | 32 | 35 |
| Octal | 303 | 212 | 111 | 0 | 35 | 77 | 30 | 40 | 62 | 65 |
| Binary | 11000011 | 10001010 | 1001001 | 0 | 11101 | 111111 | 11000 | 100000 | 110010 | 110101 |
Color Harmonies of #C38A49
Complementary color
Monochromatic Colors of #C38A49
Black with #C38A49
Text Example
Text Example
White with #C38A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A49; }
p { color: rgb(195,138,73); }
H1.HeaderClassName
{
color: #C38A49;
}
.AnyTagClassName
{
color: #C38A49;
}
</style>
background-color css
<style>
a { background-color: #C38A49; }
a { background-color: rgb(195,138,73); }
div.DivClassName
{
background-color: #C38A49;
}
.BgClassName
{
background-color: #C38A49;
}
</style>
border-color css
<style>
span { border-color: #C38A49; }
span { border-color: rgb(195,138,73); }
td.TdClassName
{
border-color: #C38A49;
}
.TagClassName
{
border-color: #C38A49;
}
</style>