Shades of Tenne (Tawny) #C55209
Tints of Tenne (Tawny) #C55209
RGB
CMYK
RGB Variations
Color information
#C55209 (or 0xC55209) is known color: Tenne (Tawny). HEX triplet: C5, 52 and 09. RGB value is (197,82,9). Sum of RGB (Red+Green+Blue) = 197+82+9=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C55209 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55209 is #3AADF6. Grayscale: #6C6C6C. Windows color (decimal): -3845623 or 611013. OLE color: 611013.
HSL color Cylindrical-coordinate representation of color #C55209: hue angle of 23.3º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C55209 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 9 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.23 |
| HSL | 23.3º | 0.91% | 0.4% | - |
| HSV(B) | 23.3º | 0.95% | 0.77% | - |
| XYZ | 26.09 | 17.92 | 2.34 | - |
| YUV | 108.06 | 72.1 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 9 | 0 | 0.58 | 0.95 | 0.23 | 23.3 | 0.91 | 0.4 |
| Hex | C5 | 52 | 9 | 0 | 3A | 5F | 17 | 17 | 5B | 28 |
| Octal | 305 | 122 | 11 | 0 | 72 | 137 | 27 | 27 | 133 | 50 |
| Binary | 11000101 | 1010010 | 1001 | 0 | 111010 | 1011111 | 10111 | 10111 | 1011011 | 101000 |
Color Harmonies of #C55209
Complementary color
Monochromatic Colors of #C55209
Black with #C55209
Text Example
Text Example
White with #C55209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55209; }
p { color: rgb(197,82,9); }
H1.HeaderClassName
{
color: #C55209;
}
.AnyTagClassName
{
color: #C55209;
}
</style>
background-color css
<style>
a { background-color: #C55209; }
a { background-color: rgb(197,82,9); }
div.DivClassName
{
background-color: #C55209;
}
.BgClassName
{
background-color: #C55209;
}
</style>
border-color css
<style>
span { border-color: #C55209; }
span { border-color: rgb(197,82,9); }
td.TdClassName
{
border-color: #C55209;
}
.TagClassName
{
border-color: #C55209;
}
</style>