Shades of Tenne (Tawny) #C5550B
Tints of Tenne (Tawny) #C5550B
RGB
CMYK
RGB Variations
Color information
#C5550B (or 0xC5550B) is known color: Tenne (Tawny). HEX triplet: C5, 55 and 0B. RGB value is (197,85,11). Sum of RGB (Red+Green+Blue) = 197+85+11=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5550B is #3AAAF4. Grayscale: #6E6E6E. Windows color (decimal): -3844853 or 742853. OLE color: 742853.
HSL color Cylindrical-coordinate representation of color #C5550B: hue angle of 23.87º 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 #C5550B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 11 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.23 |
| HSL | 23.87º | 0.89% | 0.41% | - |
| HSV(B) | 23.87º | 0.94% | 0.77% | - |
| XYZ | 26.33 | 18.39 | 2.48 | - |
| YUV | 110.05 | 72.11 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 11 | 0 | 0.57 | 0.94 | 0.23 | 23.87 | 0.89 | 0.41 |
| Hex | C5 | 55 | B | 0 | 39 | 5E | 17 | 18 | 59 | 29 |
| Octal | 305 | 125 | 13 | 0 | 71 | 136 | 27 | 30 | 131 | 51 |
| Binary | 11000101 | 1010101 | 1011 | 0 | 111001 | 1011110 | 10111 | 11000 | 1011001 | 101001 |
Color Harmonies of #C5550B
Complementary color
Monochromatic Colors of #C5550B
Black with #C5550B
Text Example
Text Example
White with #C5550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5550B; }
p { color: rgb(197,85,11); }
H1.HeaderClassName
{
color: #C5550B;
}
.AnyTagClassName
{
color: #C5550B;
}
</style>
background-color css
<style>
a { background-color: #C5550B; }
a { background-color: rgb(197,85,11); }
div.DivClassName
{
background-color: #C5550B;
}
.BgClassName
{
background-color: #C5550B;
}
</style>
border-color css
<style>
span { border-color: #C5550B; }
span { border-color: rgb(197,85,11); }
td.TdClassName
{
border-color: #C5550B;
}
.TagClassName
{
border-color: #C5550B;
}
</style>