Shades of Tenne (Tawny) #C5510E
Tints of Tenne (Tawny) #C5510E
RGB
CMYK
RGB Variations
Color information
#C5510E (or 0xC5510E) is known color: Tenne (Tawny). HEX triplet: C5, 51 and 0E. RGB value is (197,81,14). Sum of RGB (Red+Green+Blue) = 197+81+14=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5510E is #3AAEF1. Grayscale: #6C6C6C. Windows color (decimal): -3845874 or 938437. OLE color: 938437.
HSL color Cylindrical-coordinate representation of color #C5510E: hue angle of 21.97º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5510E is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 14 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.23 |
| HSL | 21.97º | 0.87% | 0.41% | - |
| HSV(B) | 21.97º | 0.93% | 0.77% | - |
| XYZ | 26.05 | 17.79 | 2.48 | - |
| YUV | 108.05 | 74.93 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 14 | 0 | 0.59 | 0.93 | 0.23 | 21.97 | 0.87 | 0.41 |
| Hex | C5 | 51 | E | 0 | 3B | 5D | 17 | 16 | 57 | 29 |
| Octal | 305 | 121 | 16 | 0 | 73 | 135 | 27 | 26 | 127 | 51 |
| Binary | 11000101 | 1010001 | 1110 | 0 | 111011 | 1011101 | 10111 | 10110 | 1010111 | 101001 |
Color Harmonies of #C5510E
Complementary color
Monochromatic Colors of #C5510E
Black with #C5510E
Text Example
Text Example
White with #C5510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5510E; }
p { color: rgb(197,81,14); }
H1.HeaderClassName
{
color: #C5510E;
}
.AnyTagClassName
{
color: #C5510E;
}
</style>
background-color css
<style>
a { background-color: #C5510E; }
a { background-color: rgb(197,81,14); }
div.DivClassName
{
background-color: #C5510E;
}
.BgClassName
{
background-color: #C5510E;
}
</style>
border-color css
<style>
span { border-color: #C5510E; }
span { border-color: rgb(197,81,14); }
td.TdClassName
{
border-color: #C5510E;
}
.TagClassName
{
border-color: #C5510E;
}
</style>