Shades of Tenne (Tawny) #C55914
Tints of Tenne (Tawny) #C55914
RGB
CMYK
RGB Variations
Color information
#C55914 (or 0xC55914) is known color: Tenne (Tawny). HEX triplet: C5, 59 and 14. RGB value is (197,89,20). Sum of RGB (Red+Green+Blue) = 197+89+20=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C55914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55914 is #3AA6EB. Grayscale: #717171. Windows color (decimal): -3843820 or 1333701. OLE color: 1333701.
HSL color Cylindrical-coordinate representation of color #C55914: hue angle of 23.39º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C55914 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 20 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.23 |
| HSL | 23.39º | 0.82% | 0.43% | - |
| HSV(B) | 23.39º | 0.9% | 0.77% | - |
| XYZ | 26.72 | 19.07 | 2.93 | - |
| YUV | 113.43 | 75.28 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 20 | 0 | 0.55 | 0.90 | 0.23 | 23.39 | 0.82 | 0.43 |
| Hex | C5 | 59 | 14 | 0 | 37 | 5A | 17 | 17 | 52 | 2B |
| Octal | 305 | 131 | 24 | 0 | 67 | 132 | 27 | 27 | 122 | 53 |
| Binary | 11000101 | 1011001 | 10100 | 0 | 110111 | 1011010 | 10111 | 10111 | 1010010 | 101011 |
Color Harmonies of #C55914
Complementary color
Monochromatic Colors of #C55914
Black with #C55914
Text Example
Text Example
White with #C55914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55914; }
p { color: rgb(197,89,20); }
H1.HeaderClassName
{
color: #C55914;
}
.AnyTagClassName
{
color: #C55914;
}
</style>
background-color css
<style>
a { background-color: #C55914; }
a { background-color: rgb(197,89,20); }
div.DivClassName
{
background-color: #C55914;
}
.BgClassName
{
background-color: #C55914;
}
</style>
border-color css
<style>
span { border-color: #C55914; }
span { border-color: rgb(197,89,20); }
td.TdClassName
{
border-color: #C55914;
}
.TagClassName
{
border-color: #C55914;
}
</style>