Shades of Tenne (Tawny) #C5550D
Tints of Tenne (Tawny) #C5550D
RGB
CMYK
RGB Variations
Color information
#C5550D (or 0xC5550D) is known color: Tenne (Tawny). HEX triplet: C5, 55 and 0D. RGB value is (197,85,13). Sum of RGB (Red+Green+Blue) = 197+85+13=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5550D is #3AAAF2. Grayscale: #6E6E6E. Windows color (decimal): -3844851 or 873925. OLE color: 873925.
HSL color Cylindrical-coordinate representation of color #C5550D: hue angle of 23.48º degrees, saturation: 0.88, 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 #C5550D is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 13 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.23 |
| HSL | 23.48º | 0.88% | 0.41% | - |
| HSV(B) | 23.48º | 0.93% | 0.77% | - |
| XYZ | 26.35 | 18.4 | 2.54 | - |
| YUV | 110.28 | 73.11 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 13 | 0 | 0.57 | 0.93 | 0.23 | 23.48 | 0.88 | 0.41 |
| Hex | C5 | 55 | D | 0 | 39 | 5D | 17 | 17 | 58 | 29 |
| Octal | 305 | 125 | 15 | 0 | 71 | 135 | 27 | 27 | 130 | 51 |
| Binary | 11000101 | 1010101 | 1101 | 0 | 111001 | 1011101 | 10111 | 10111 | 1011000 | 101001 |
Color Harmonies of #C5550D
Complementary color
Monochromatic Colors of #C5550D
Black with #C5550D
Text Example
Text Example
White with #C5550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5550D; }
p { color: rgb(197,85,13); }
H1.HeaderClassName
{
color: #C5550D;
}
.AnyTagClassName
{
color: #C5550D;
}
</style>
background-color css
<style>
a { background-color: #C5550D; }
a { background-color: rgb(197,85,13); }
div.DivClassName
{
background-color: #C5550D;
}
.BgClassName
{
background-color: #C5550D;
}
</style>
border-color css
<style>
span { border-color: #C5550D; }
span { border-color: rgb(197,85,13); }
td.TdClassName
{
border-color: #C5550D;
}
.TagClassName
{
border-color: #C5550D;
}
</style>