Shades of Tenne (Tawny) #C85409
Tints of Tenne (Tawny) #C85409
RGB
CMYK
RGB Variations
Color information
#C85409 (or 0xC85409) is known color: Tenne (Tawny). HEX triplet: C8, 54 and 09. RGB value is (200,84,9). Sum of RGB (Red+Green+Blue) = 200+84+9=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C85409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85409 is #37ABF6. Grayscale: #6E6E6E. Windows color (decimal): -3648503 or 611528. OLE color: 611528.
HSL color Cylindrical-coordinate representation of color #C85409: hue angle of 23.56º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C85409 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 9 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.22 |
| HSL | 23.56º | 0.91% | 0.41% | - |
| HSV(B) | 23.56º | 0.96% | 0.78% | - |
| XYZ | 27.04 | 18.64 | 2.43 | - |
| YUV | 110.13 | 70.93 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 9 | 0 | 0.58 | 0.96 | 0.22 | 23.56 | 0.91 | 0.41 |
| Hex | C8 | 54 | 9 | 0 | 3A | 60 | 16 | 18 | 5B | 29 |
| Octal | 310 | 124 | 11 | 0 | 72 | 140 | 26 | 30 | 133 | 51 |
| Binary | 11001000 | 1010100 | 1001 | 0 | 111010 | 1100000 | 10110 | 11000 | 1011011 | 101001 |
Color Harmonies of #C85409
Complementary color
Monochromatic Colors of #C85409
Black with #C85409
Text Example
Text Example
White with #C85409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85409; }
p { color: rgb(200,84,9); }
H1.HeaderClassName
{
color: #C85409;
}
.AnyTagClassName
{
color: #C85409;
}
</style>
background-color css
<style>
a { background-color: #C85409; }
a { background-color: rgb(200,84,9); }
div.DivClassName
{
background-color: #C85409;
}
.BgClassName
{
background-color: #C85409;
}
</style>
border-color css
<style>
span { border-color: #C85409; }
span { border-color: rgb(200,84,9); }
td.TdClassName
{
border-color: #C85409;
}
.TagClassName
{
border-color: #C85409;
}
</style>