Shades of Tenne (Tawny) #C85814
Tints of Tenne (Tawny) #C85814
RGB
CMYK
RGB Variations
Color information
#C85814 (or 0xC85814) is known color: Tenne (Tawny). HEX triplet: C8, 58 and 14. RGB value is (200,88,20). Sum of RGB (Red+Green+Blue) = 200+88+20=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C85814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85814 is #37A7EB. Grayscale: #727272. Windows color (decimal): -3647468 or 1333448. OLE color: 1333448.
HSL color Cylindrical-coordinate representation of color #C85814: hue angle of 22.67º 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 #C85814 is Cyan = 0, Magento = 0.56, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 20 | - |
| CMYK | 0 | 0.56 | 0.9 | 0.22 |
| HSL | 22.67º | 0.82% | 0.43% | - |
| HSV(B) | 22.67º | 0.9% | 0.78% | - |
| XYZ | 27.44 | 19.31 | 2.94 | - |
| YUV | 113.74 | 75.11 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 20 | 0 | 0.56 | 0.9 | 0.22 | 22.67 | 0.82 | 0.43 |
| Hex | C8 | 58 | 14 | 0 | 38 | 5A | 16 | 17 | 52 | 2B |
| Octal | 310 | 130 | 24 | 0 | 70 | 132 | 26 | 27 | 122 | 53 |
| Binary | 11001000 | 1011000 | 10100 | 0 | 111000 | 1011010 | 10110 | 10111 | 1010010 | 101011 |
Color Harmonies of #C85814
Complementary color
Monochromatic Colors of #C85814
Black with #C85814
Text Example
Text Example
White with #C85814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85814; }
p { color: rgb(200,88,20); }
H1.HeaderClassName
{
color: #C85814;
}
.AnyTagClassName
{
color: #C85814;
}
</style>
background-color css
<style>
a { background-color: #C85814; }
a { background-color: rgb(200,88,20); }
div.DivClassName
{
background-color: #C85814;
}
.BgClassName
{
background-color: #C85814;
}
</style>
border-color css
<style>
span { border-color: #C85814; }
span { border-color: rgb(200,88,20); }
td.TdClassName
{
border-color: #C85814;
}
.TagClassName
{
border-color: #C85814;
}
</style>