Shades of Tenne (Tawny) #C55313
Tints of Tenne (Tawny) #C55313
RGB
CMYK
RGB Variations
Color information
#C55313 (or 0xC55313) is known color: Tenne (Tawny). HEX triplet: C5, 53 and 13. RGB value is (197,83,19). Sum of RGB (Red+Green+Blue) = 197+83+19=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C55313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55313 is #3AACEC. Grayscale: #6E6E6E. Windows color (decimal): -3845357 or 1266629. OLE color: 1266629.
HSL color Cylindrical-coordinate representation of color #C55313: hue angle of 21.57º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C55313 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 19 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.23 |
| HSL | 21.57º | 0.82% | 0.42% | - |
| HSV(B) | 21.57º | 0.9% | 0.77% | - |
| XYZ | 26.24 | 18.1 | 2.73 | - |
| YUV | 109.79 | 76.77 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 19 | 0 | 0.58 | 0.90 | 0.23 | 21.57 | 0.82 | 0.42 |
| Hex | C5 | 53 | 13 | 0 | 3A | 5A | 17 | 16 | 52 | 2A |
| Octal | 305 | 123 | 23 | 0 | 72 | 132 | 27 | 26 | 122 | 52 |
| Binary | 11000101 | 1010011 | 10011 | 0 | 111010 | 1011010 | 10111 | 10110 | 1010010 | 101010 |
Color Harmonies of #C55313
Complementary color
Monochromatic Colors of #C55313
Black with #C55313
Text Example
Text Example
White with #C55313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55313; }
p { color: rgb(197,83,19); }
H1.HeaderClassName
{
color: #C55313;
}
.AnyTagClassName
{
color: #C55313;
}
</style>
background-color css
<style>
a { background-color: #C55313; }
a { background-color: rgb(197,83,19); }
div.DivClassName
{
background-color: #C55313;
}
.BgClassName
{
background-color: #C55313;
}
</style>
border-color css
<style>
span { border-color: #C55313; }
span { border-color: rgb(197,83,19); }
td.TdClassName
{
border-color: #C55313;
}
.TagClassName
{
border-color: #C55313;
}
</style>