Shades of Tenne (Tawny) #C55411
Tints of Tenne (Tawny) #C55411
RGB
CMYK
RGB Variations
Color information
#C55411 (or 0xC55411) is known color: Tenne (Tawny). HEX triplet: C5, 54 and 11. RGB value is (197,84,17). Sum of RGB (Red+Green+Blue) = 197+84+17=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C55411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55411 is #3AABEE. Grayscale: #6E6E6E. Windows color (decimal): -3845103 or 1135813. OLE color: 1135813.
HSL color Cylindrical-coordinate representation of color #C55411: hue angle of 22.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C55411 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 17 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.23 |
| HSL | 22.33º | 0.84% | 0.42% | - |
| HSV(B) | 22.33º | 0.91% | 0.77% | - |
| XYZ | 26.3 | 18.25 | 2.67 | - |
| YUV | 110.15 | 75.44 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 17 | 0 | 0.57 | 0.91 | 0.23 | 22.33 | 0.84 | 0.42 |
| Hex | C5 | 54 | 11 | 0 | 39 | 5B | 17 | 16 | 54 | 2A |
| Octal | 305 | 124 | 21 | 0 | 71 | 133 | 27 | 26 | 124 | 52 |
| Binary | 11000101 | 1010100 | 10001 | 0 | 111001 | 1011011 | 10111 | 10110 | 1010100 | 101010 |
Color Harmonies of #C55411
Complementary color
Monochromatic Colors of #C55411
Black with #C55411
Text Example
Text Example
White with #C55411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55411; }
p { color: rgb(197,84,17); }
H1.HeaderClassName
{
color: #C55411;
}
.AnyTagClassName
{
color: #C55411;
}
</style>
background-color css
<style>
a { background-color: #C55411; }
a { background-color: rgb(197,84,17); }
div.DivClassName
{
background-color: #C55411;
}
.BgClassName
{
background-color: #C55411;
}
</style>
border-color css
<style>
span { border-color: #C55411; }
span { border-color: rgb(197,84,17); }
td.TdClassName
{
border-color: #C55411;
}
.TagClassName
{
border-color: #C55411;
}
</style>