Shades of Tenne (Tawny) #C45915
Tints of Tenne (Tawny) #C45915
RGB
CMYK
RGB Variations
Color information
#C45915 (or 0xC45915) is known color: Tenne (Tawny). HEX triplet: C4, 59 and 15. RGB value is (196,89,21). Sum of RGB (Red+Green+Blue) = 196+89+21=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C45915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45915 is #3BA6EA. Grayscale: #717171. Windows color (decimal): -3909355 or 1399236. OLE color: 1399236.
HSL color Cylindrical-coordinate representation of color #C45915: hue angle of 23.31º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C45915 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 21 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.23 |
| HSL | 23.31º | 0.81% | 0.43% | - |
| HSV(B) | 23.31º | 0.89% | 0.77% | - |
| XYZ | 26.47 | 18.93 | 2.97 | - |
| YUV | 113.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 21 | 0 | 0.55 | 0.89 | 0.23 | 23.31 | 0.81 | 0.43 |
| Hex | C4 | 59 | 15 | 0 | 37 | 59 | 17 | 17 | 51 | 2B |
| Octal | 304 | 131 | 25 | 0 | 67 | 131 | 27 | 27 | 121 | 53 |
| Binary | 11000100 | 1011001 | 10101 | 0 | 110111 | 1011001 | 10111 | 10111 | 1010001 | 101011 |
Color Harmonies of #C45915
Complementary color
Monochromatic Colors of #C45915
Black with #C45915
Text Example
Text Example
White with #C45915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45915; }
p { color: rgb(196,89,21); }
H1.HeaderClassName
{
color: #C45915;
}
.AnyTagClassName
{
color: #C45915;
}
</style>
background-color css
<style>
a { background-color: #C45915; }
a { background-color: rgb(196,89,21); }
div.DivClassName
{
background-color: #C45915;
}
.BgClassName
{
background-color: #C45915;
}
</style>
border-color css
<style>
span { border-color: #C45915; }
span { border-color: rgb(196,89,21); }
td.TdClassName
{
border-color: #C45915;
}
.TagClassName
{
border-color: #C45915;
}
</style>