Shades of Tenne (Tawny) #C55507
Tints of Tenne (Tawny) #C55507
RGB
CMYK
RGB Variations
Color information
#C55507 (or 0xC55507) is known color: Tenne (Tawny). HEX triplet: C5, 55 and 07. RGB value is (197,85,7). Sum of RGB (Red+Green+Blue) = 197+85+7=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C55507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55507 is #3AAAF8. Grayscale: #6E6E6E. Windows color (decimal): -3844857 or 480709. OLE color: 480709.
HSL color Cylindrical-coordinate representation of color #C55507: hue angle of 24.63º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C55507 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 7 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.23 |
| HSL | 24.63º | 0.93% | 0.4% | - |
| HSV(B) | 24.63º | 0.96% | 0.77% | - |
| XYZ | 26.31 | 18.38 | 2.36 | - |
| YUV | 109.6 | 70.11 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 7 | 0 | 0.57 | 0.96 | 0.23 | 24.63 | 0.93 | 0.4 |
| Hex | C5 | 55 | 7 | 0 | 39 | 60 | 17 | 19 | 5D | 28 |
| Octal | 305 | 125 | 7 | 0 | 71 | 140 | 27 | 31 | 135 | 50 |
| Binary | 11000101 | 1010101 | 111 | 0 | 111001 | 1100000 | 10111 | 11001 | 1011101 | 101000 |
Color Harmonies of #C55507
Complementary color
Monochromatic Colors of #C55507
Black with #C55507
Text Example
Text Example
White with #C55507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55507; }
p { color: rgb(197,85,7); }
H1.HeaderClassName
{
color: #C55507;
}
.AnyTagClassName
{
color: #C55507;
}
</style>
background-color css
<style>
a { background-color: #C55507; }
a { background-color: rgb(197,85,7); }
div.DivClassName
{
background-color: #C55507;
}
.BgClassName
{
background-color: #C55507;
}
</style>
border-color css
<style>
span { border-color: #C55507; }
span { border-color: rgb(197,85,7); }
td.TdClassName
{
border-color: #C55507;
}
.TagClassName
{
border-color: #C55507;
}
</style>