Shades of Tenne (Tawny) #C15713
Tints of Tenne (Tawny) #C15713
RGB
CMYK
RGB Variations
Color information
#C15713 (or 0xC15713) is known color: Tenne (Tawny). HEX triplet: C1, 57 and 13. RGB value is (193,87,19). Sum of RGB (Red+Green+Blue) = 193+87+19=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C15713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15713 is #3EA8EC. Grayscale: #6F6F6F. Windows color (decimal): -4106477 or 1267649. OLE color: 1267649.
HSL color Cylindrical-coordinate representation of color #C15713: hue angle of 23.45º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C15713 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 19 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.24 |
| HSL | 23.45º | 0.82% | 0.42% | - |
| HSV(B) | 23.45º | 0.9% | 0.76% | - |
| XYZ | 25.52 | 18.2 | 2.78 | - |
| YUV | 110.94 | 76.12 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 19 | 0 | 0.55 | 0.90 | 0.24 | 23.45 | 0.82 | 0.42 |
| Hex | C1 | 57 | 13 | 0 | 37 | 5A | 18 | 17 | 52 | 2A |
| Octal | 301 | 127 | 23 | 0 | 67 | 132 | 30 | 27 | 122 | 52 |
| Binary | 11000001 | 1010111 | 10011 | 0 | 110111 | 1011010 | 11000 | 10111 | 1010010 | 101010 |
Color Harmonies of #C15713
Complementary color
Monochromatic Colors of #C15713
Black with #C15713
Text Example
Text Example
White with #C15713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15713; }
p { color: rgb(193,87,19); }
H1.HeaderClassName
{
color: #C15713;
}
.AnyTagClassName
{
color: #C15713;
}
</style>
background-color css
<style>
a { background-color: #C15713; }
a { background-color: rgb(193,87,19); }
div.DivClassName
{
background-color: #C15713;
}
.BgClassName
{
background-color: #C15713;
}
</style>
border-color css
<style>
span { border-color: #C15713; }
span { border-color: rgb(193,87,19); }
td.TdClassName
{
border-color: #C15713;
}
.TagClassName
{
border-color: #C15713;
}
</style>