Shades of Tenne (Tawny) #C5510B
Tints of Tenne (Tawny) #C5510B
RGB
CMYK
RGB Variations
Color information
#C5510B (or 0xC5510B) is known color: Tenne (Tawny). HEX triplet: C5, 51 and 0B. RGB value is (197,81,11). Sum of RGB (Red+Green+Blue) = 197+81+11=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C5510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5510B is #3AAEF4. Grayscale: #6C6C6C. Windows color (decimal): -3845877 or 741829. OLE color: 741829.
HSL color Cylindrical-coordinate representation of color #C5510B: hue angle of 22.58º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5510B is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 11 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.23 |
| HSL | 22.58º | 0.89% | 0.41% | - |
| HSV(B) | 22.58º | 0.94% | 0.77% | - |
| XYZ | 26.03 | 17.78 | 2.38 | - |
| YUV | 107.7 | 73.43 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 11 | 0 | 0.59 | 0.94 | 0.23 | 22.58 | 0.89 | 0.41 |
| Hex | C5 | 51 | B | 0 | 3B | 5E | 17 | 17 | 59 | 29 |
| Octal | 305 | 121 | 13 | 0 | 73 | 136 | 27 | 27 | 131 | 51 |
| Binary | 11000101 | 1010001 | 1011 | 0 | 111011 | 1011110 | 10111 | 10111 | 1011001 | 101001 |
Color Harmonies of #C5510B
Complementary color
Monochromatic Colors of #C5510B
Black with #C5510B
Text Example
Text Example
White with #C5510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5510B; }
p { color: rgb(197,81,11); }
H1.HeaderClassName
{
color: #C5510B;
}
.AnyTagClassName
{
color: #C5510B;
}
</style>
background-color css
<style>
a { background-color: #C5510B; }
a { background-color: rgb(197,81,11); }
div.DivClassName
{
background-color: #C5510B;
}
.BgClassName
{
background-color: #C5510B;
}
</style>
border-color css
<style>
span { border-color: #C5510B; }
span { border-color: rgb(197,81,11); }
td.TdClassName
{
border-color: #C5510B;
}
.TagClassName
{
border-color: #C5510B;
}
</style>