Shades of Tenne (Tawny) #C85410
Tints of Tenne (Tawny) #C85410
RGB
CMYK
RGB Variations
Color information
#C85410 (or 0xC85410) is known color: Tenne (Tawny). HEX triplet: C8, 54 and 10. RGB value is (200,84,16). Sum of RGB (Red+Green+Blue) = 200+84+16=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C85410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85410 is #37ABEF. Grayscale: #6F6F6F. Windows color (decimal): -3648496 or 1070280. OLE color: 1070280.
HSL color Cylindrical-coordinate representation of color #C85410: hue angle of 22.17º 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 #C85410 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 16 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.22 |
| HSL | 22.17º | 0.85% | 0.42% | - |
| HSV(B) | 22.17º | 0.92% | 0.78% | - |
| XYZ | 27.08 | 18.66 | 2.66 | - |
| YUV | 110.93 | 74.43 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 16 | 0 | 0.58 | 0.92 | 0.22 | 22.17 | 0.85 | 0.42 |
| Hex | C8 | 54 | 10 | 0 | 3A | 5C | 16 | 16 | 55 | 2A |
| Octal | 310 | 124 | 20 | 0 | 72 | 134 | 26 | 26 | 125 | 52 |
| Binary | 11001000 | 1010100 | 10000 | 0 | 111010 | 1011100 | 10110 | 10110 | 1010101 | 101010 |
Color Harmonies of #C85410
Complementary color
Monochromatic Colors of #C85410
Black with #C85410
Text Example
Text Example
White with #C85410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85410; }
p { color: rgb(200,84,16); }
H1.HeaderClassName
{
color: #C85410;
}
.AnyTagClassName
{
color: #C85410;
}
</style>
background-color css
<style>
a { background-color: #C85410; }
a { background-color: rgb(200,84,16); }
div.DivClassName
{
background-color: #C85410;
}
.BgClassName
{
background-color: #C85410;
}
</style>
border-color css
<style>
span { border-color: #C85410; }
span { border-color: rgb(200,84,16); }
td.TdClassName
{
border-color: #C85410;
}
.TagClassName
{
border-color: #C85410;
}
</style>