Shades of Tussock #C39B49
Tints of Tussock #C39B49
RGB
CMYK
RGB Variations
Color information
#C39B49 (or 0xC39B49) is known color: Tussock. HEX triplet: C3, 9B and 49. RGB value is (195,155,73). Sum of RGB (Red+Green+Blue) = 195+155+73=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39B49 is #3C64B6. Grayscale: #9D9D9D. Windows color (decimal): -3957943 or 4824003. OLE color: 4824003.
HSL color Cylindrical-coordinate representation of color #C39B49: hue angle of 40.33º 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 #C39B49 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 73 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.24 |
| HSL | 40.33º | 0.5% | 0.53% | - |
| HSV(B) | 40.33º | 0.63% | 0.76% | - |
| XYZ | 35.43 | 35.53 | 11.29 | - |
| YUV | 157.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 73 | 0 | 0.21 | 0.63 | 0.24 | 40.33 | 0.5 | 0.53 |
| Hex | C3 | 9B | 49 | 0 | 15 | 3F | 18 | 28 | 32 | 35 |
| Octal | 303 | 233 | 111 | 0 | 25 | 77 | 30 | 50 | 62 | 65 |
| Binary | 11000011 | 10011011 | 1001001 | 0 | 10101 | 111111 | 11000 | 101000 | 110010 | 110101 |
Color Harmonies of #C39B49
Complementary color
Monochromatic Colors of #C39B49
Black with #C39B49
Text Example
Text Example
White with #C39B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39B49; }
p { color: rgb(195,155,73); }
H1.HeaderClassName
{
color: #C39B49;
}
.AnyTagClassName
{
color: #C39B49;
}
</style>
background-color css
<style>
a { background-color: #C39B49; }
a { background-color: rgb(195,155,73); }
div.DivClassName
{
background-color: #C39B49;
}
.BgClassName
{
background-color: #C39B49;
}
</style>
border-color css
<style>
span { border-color: #C39B49; }
span { border-color: rgb(195,155,73); }
td.TdClassName
{
border-color: #C39B49;
}
.TagClassName
{
border-color: #C39B49;
}
</style>