Shades of Tenne (Tawny) #C75810
Tints of Tenne (Tawny) #C75810
RGB
CMYK
RGB Variations
Color information
#C75810 (or 0xC75810) is known color: Tenne (Tawny). HEX triplet: C7, 58 and 10. RGB value is (199,88,16). Sum of RGB (Red+Green+Blue) = 199+88+16=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C75810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75810 is #38A7EF. Grayscale: #717171. Windows color (decimal): -3713008 or 1071303. OLE color: 1071303.
HSL color Cylindrical-coordinate representation of color #C75810: hue angle of 23.61º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C75810 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 16 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.22 |
| HSL | 23.61º | 0.85% | 0.42% | - |
| HSV(B) | 23.61º | 0.92% | 0.78% | - |
| XYZ | 27.14 | 19.16 | 2.76 | - |
| YUV | 112.98 | 73.27 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 16 | 0 | 0.56 | 0.92 | 0.22 | 23.61 | 0.85 | 0.42 |
| Hex | C7 | 58 | 10 | 0 | 38 | 5C | 16 | 18 | 55 | 2A |
| Octal | 307 | 130 | 20 | 0 | 70 | 134 | 26 | 30 | 125 | 52 |
| Binary | 11000111 | 1011000 | 10000 | 0 | 111000 | 1011100 | 10110 | 11000 | 1010101 | 101010 |
Color Harmonies of #C75810
Complementary color
Monochromatic Colors of #C75810
Black with #C75810
Text Example
Text Example
White with #C75810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75810; }
p { color: rgb(199,88,16); }
H1.HeaderClassName
{
color: #C75810;
}
.AnyTagClassName
{
color: #C75810;
}
</style>
background-color css
<style>
a { background-color: #C75810; }
a { background-color: rgb(199,88,16); }
div.DivClassName
{
background-color: #C75810;
}
.BgClassName
{
background-color: #C75810;
}
</style>
border-color css
<style>
span { border-color: #C75810; }
span { border-color: rgb(199,88,16); }
td.TdClassName
{
border-color: #C75810;
}
.TagClassName
{
border-color: #C75810;
}
</style>