Shades of Tenne (Tawny) #C85810
Tints of Tenne (Tawny) #C85810
RGB
CMYK
RGB Variations
Color information
#C85810 (or 0xC85810) is known color: Tenne (Tawny). HEX triplet: C8, 58 and 10. RGB value is (200,88,16). Sum of RGB (Red+Green+Blue) = 200+88+16=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C85810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85810 is #37A7EF. Grayscale: #717171. Windows color (decimal): -3647472 or 1071304. OLE color: 1071304.
HSL color Cylindrical-coordinate representation of color #C85810: hue angle of 23.48º 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 #C85810 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 16 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.22 |
| HSL | 23.48º | 0.85% | 0.42% | - |
| HSV(B) | 23.48º | 0.92% | 0.78% | - |
| XYZ | 27.4 | 19.3 | 2.77 | - |
| YUV | 113.28 | 73.11 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 16 | 0 | 0.56 | 0.92 | 0.22 | 23.48 | 0.85 | 0.42 |
| Hex | C8 | 58 | 10 | 0 | 38 | 5C | 16 | 17 | 55 | 2A |
| Octal | 310 | 130 | 20 | 0 | 70 | 134 | 26 | 27 | 125 | 52 |
| Binary | 11001000 | 1011000 | 10000 | 0 | 111000 | 1011100 | 10110 | 10111 | 1010101 | 101010 |
Color Harmonies of #C85810
Complementary color
Monochromatic Colors of #C85810
Black with #C85810
Text Example
Text Example
White with #C85810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85810; }
p { color: rgb(200,88,16); }
H1.HeaderClassName
{
color: #C85810;
}
.AnyTagClassName
{
color: #C85810;
}
</style>
background-color css
<style>
a { background-color: #C85810; }
a { background-color: rgb(200,88,16); }
div.DivClassName
{
background-color: #C85810;
}
.BgClassName
{
background-color: #C85810;
}
</style>
border-color css
<style>
span { border-color: #C85810; }
span { border-color: rgb(200,88,16); }
td.TdClassName
{
border-color: #C85810;
}
.TagClassName
{
border-color: #C85810;
}
</style>