Shades of Tenne (Tawny) #C5510F
Tints of Tenne (Tawny) #C5510F
RGB
CMYK
RGB Variations
Color information
#C5510F (or 0xC5510F) is known color: Tenne (Tawny). HEX triplet: C5, 51 and 0F. RGB value is (197,81,15). Sum of RGB (Red+Green+Blue) = 197+81+15=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5510F is #3AAEF0. Grayscale: #6C6C6C. Windows color (decimal): -3845873 or 1003973. OLE color: 1003973.
HSL color Cylindrical-coordinate representation of color #C5510F: hue angle of 21.76º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5510F is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 15 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.23 |
| HSL | 21.76º | 0.86% | 0.42% | - |
| HSV(B) | 21.76º | 0.92% | 0.77% | - |
| XYZ | 26.05 | 17.79 | 2.51 | - |
| YUV | 108.16 | 75.43 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 15 | 0 | 0.59 | 0.92 | 0.23 | 21.76 | 0.86 | 0.42 |
| Hex | C5 | 51 | F | 0 | 3B | 5C | 17 | 16 | 56 | 2A |
| Octal | 305 | 121 | 17 | 0 | 73 | 134 | 27 | 26 | 126 | 52 |
| Binary | 11000101 | 1010001 | 1111 | 0 | 111011 | 1011100 | 10111 | 10110 | 1010110 | 101010 |
Color Harmonies of #C5510F
Complementary color
Monochromatic Colors of #C5510F
Black with #C5510F
Text Example
Text Example
White with #C5510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5510F; }
p { color: rgb(197,81,15); }
H1.HeaderClassName
{
color: #C5510F;
}
.AnyTagClassName
{
color: #C5510F;
}
</style>
background-color css
<style>
a { background-color: #C5510F; }
a { background-color: rgb(197,81,15); }
div.DivClassName
{
background-color: #C5510F;
}
.BgClassName
{
background-color: #C5510F;
}
</style>
border-color css
<style>
span { border-color: #C5510F; }
span { border-color: rgb(197,81,15); }
td.TdClassName
{
border-color: #C5510F;
}
.TagClassName
{
border-color: #C5510F;
}
</style>