Shades of Tenne (Tawny) #C45713
Tints of Tenne (Tawny) #C45713
RGB
CMYK
RGB Variations
Color information
#C45713 (or 0xC45713) is known color: Tenne (Tawny). HEX triplet: C4, 57 and 13. RGB value is (196,87,19). Sum of RGB (Red+Green+Blue) = 196+87+19=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C45713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45713 is #3BA8EC. Grayscale: #707070. Windows color (decimal): -3909869 or 1267652. OLE color: 1267652.
HSL color Cylindrical-coordinate representation of color #C45713: hue angle of 23.05º 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 #C45713 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 19 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.23 |
| HSL | 23.05º | 0.82% | 0.42% | - |
| HSV(B) | 23.05º | 0.9% | 0.77% | - |
| XYZ | 26.29 | 18.6 | 2.82 | - |
| YUV | 111.84 | 75.61 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 19 | 0 | 0.56 | 0.90 | 0.23 | 23.05 | 0.82 | 0.42 |
| Hex | C4 | 57 | 13 | 0 | 38 | 5A | 17 | 17 | 52 | 2A |
| Octal | 304 | 127 | 23 | 0 | 70 | 132 | 27 | 27 | 122 | 52 |
| Binary | 11000100 | 1010111 | 10011 | 0 | 111000 | 1011010 | 10111 | 10111 | 1010010 | 101010 |
Color Harmonies of #C45713
Complementary color
Monochromatic Colors of #C45713
Black with #C45713
Text Example
Text Example
White with #C45713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45713; }
p { color: rgb(196,87,19); }
H1.HeaderClassName
{
color: #C45713;
}
.AnyTagClassName
{
color: #C45713;
}
</style>
background-color css
<style>
a { background-color: #C45713; }
a { background-color: rgb(196,87,19); }
div.DivClassName
{
background-color: #C45713;
}
.BgClassName
{
background-color: #C45713;
}
</style>
border-color css
<style>
span { border-color: #C45713; }
span { border-color: rgb(196,87,19); }
td.TdClassName
{
border-color: #C45713;
}
.TagClassName
{
border-color: #C45713;
}
</style>