Shades of Tenne (Tawny) #C85811
Tints of Tenne (Tawny) #C85811
RGB
CMYK
RGB Variations
Color information
#C85811 (or 0xC85811) is known color: Tenne (Tawny). HEX triplet: C8, 58 and 11. RGB value is (200,88,17). Sum of RGB (Red+Green+Blue) = 200+88+17=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C85811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85811 is #37A7EE. Grayscale: #717171. Windows color (decimal): -3647471 or 1136840. OLE color: 1136840.
HSL color Cylindrical-coordinate representation of color #C85811: hue angle of 23.28º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C85811 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 17 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.22 |
| HSL | 23.28º | 0.84% | 0.43% | - |
| HSV(B) | 23.28º | 0.92% | 0.78% | - |
| XYZ | 27.41 | 19.3 | 2.81 | - |
| YUV | 113.39 | 73.61 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 17 | 0 | 0.56 | 0.92 | 0.22 | 23.28 | 0.84 | 0.43 |
| Hex | C8 | 58 | 11 | 0 | 38 | 5C | 16 | 17 | 54 | 2B |
| Octal | 310 | 130 | 21 | 0 | 70 | 134 | 26 | 27 | 124 | 53 |
| Binary | 11001000 | 1011000 | 10001 | 0 | 111000 | 1011100 | 10110 | 10111 | 1010100 | 101011 |
Color Harmonies of #C85811
Complementary color
Monochromatic Colors of #C85811
Black with #C85811
Text Example
Text Example
White with #C85811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85811; }
p { color: rgb(200,88,17); }
H1.HeaderClassName
{
color: #C85811;
}
.AnyTagClassName
{
color: #C85811;
}
</style>
background-color css
<style>
a { background-color: #C85811; }
a { background-color: rgb(200,88,17); }
div.DivClassName
{
background-color: #C85811;
}
.BgClassName
{
background-color: #C85811;
}
</style>
border-color css
<style>
span { border-color: #C85811; }
span { border-color: rgb(200,88,17); }
td.TdClassName
{
border-color: #C85811;
}
.TagClassName
{
border-color: #C85811;
}
</style>