Shades of Tussock #C39743
Tints of Tussock #C39743
RGB
CMYK
RGB Variations
Color information
#C39743 (or 0xC39743) is known color: Tussock. HEX triplet: C3, 97 and 43. RGB value is (195,151,67). Sum of RGB (Red+Green+Blue) = 195+151+67=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C39743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39743 is #3C68BC. Grayscale: #9A9A9A. Windows color (decimal): -3958973 or 4429763. OLE color: 4429763.
HSL color Cylindrical-coordinate representation of color #C39743: hue angle of 39.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C39743 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 67 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.24 |
| HSL | 39.38º | 0.52% | 0.51% | - |
| HSV(B) | 39.38º | 0.66% | 0.76% | - |
| XYZ | 34.59 | 34.14 | 10.08 | - |
| YUV | 154.58 | 78.58 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 67 | 0 | 0.23 | 0.66 | 0.24 | 39.38 | 0.52 | 0.51 |
| Hex | C3 | 97 | 43 | 0 | 17 | 42 | 18 | 27 | 34 | 33 |
| Octal | 303 | 227 | 103 | 0 | 27 | 102 | 30 | 47 | 64 | 63 |
| Binary | 11000011 | 10010111 | 1000011 | 0 | 10111 | 1000010 | 11000 | 100111 | 110100 | 110011 |
Color Harmonies of #C39743
Complementary color
Monochromatic Colors of #C39743
Black with #C39743
Text Example
Text Example
White with #C39743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39743; }
p { color: rgb(195,151,67); }
H1.HeaderClassName
{
color: #C39743;
}
.AnyTagClassName
{
color: #C39743;
}
</style>
background-color css
<style>
a { background-color: #C39743; }
a { background-color: rgb(195,151,67); }
div.DivClassName
{
background-color: #C39743;
}
.BgClassName
{
background-color: #C39743;
}
</style>
border-color css
<style>
span { border-color: #C39743; }
span { border-color: rgb(195,151,67); }
td.TdClassName
{
border-color: #C39743;
}
.TagClassName
{
border-color: #C39743;
}
</style>