Shades of Tenne (Tawny) #C85914
Tints of Tenne (Tawny) #C85914
RGB
CMYK
RGB Variations
Color information
#C85914 (or 0xC85914) is known color: Tenne (Tawny). HEX triplet: C8, 59 and 14. RGB value is (200,89,20). Sum of RGB (Red+Green+Blue) = 200+89+20=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C85914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85914 is #37A6EB. Grayscale: #727272. Windows color (decimal): -3647212 or 1333704. OLE color: 1333704.
HSL color Cylindrical-coordinate representation of color #C85914: hue angle of 23º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C85914 is Cyan = 0, Magento = 0.56, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 20 | - |
| CMYK | 0 | 0.56 | 0.9 | 0.22 |
| HSL | 23º | 0.82% | 0.43% | - |
| HSV(B) | 23º | 0.9% | 0.78% | - |
| XYZ | 27.52 | 19.47 | 2.97 | - |
| YUV | 114.32 | 74.77 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 20 | 0 | 0.56 | 0.9 | 0.22 | 23 | 0.82 | 0.43 |
| Hex | C8 | 59 | 14 | 0 | 38 | 5A | 16 | 17 | 52 | 2B |
| Octal | 310 | 131 | 24 | 0 | 70 | 132 | 26 | 27 | 122 | 53 |
| Binary | 11001000 | 1011001 | 10100 | 0 | 111000 | 1011010 | 10110 | 10111 | 1010010 | 101011 |
Color Harmonies of #C85914
Complementary color
Monochromatic Colors of #C85914
Black with #C85914
Text Example
Text Example
White with #C85914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85914; }
p { color: rgb(200,89,20); }
H1.HeaderClassName
{
color: #C85914;
}
.AnyTagClassName
{
color: #C85914;
}
</style>
background-color css
<style>
a { background-color: #C85914; }
a { background-color: rgb(200,89,20); }
div.DivClassName
{
background-color: #C85914;
}
.BgClassName
{
background-color: #C85914;
}
</style>
border-color css
<style>
span { border-color: #C85914; }
span { border-color: rgb(200,89,20); }
td.TdClassName
{
border-color: #C85914;
}
.TagClassName
{
border-color: #C85914;
}
</style>