Shades of Tenne (Tawny) #C85907
Tints of Tenne (Tawny) #C85907
RGB
CMYK
RGB Variations
Color information
#C85907 (or 0xC85907) is known color: Tenne (Tawny). HEX triplet: C8, 59 and 07. RGB value is (200,89,7). Sum of RGB (Red+Green+Blue) = 200+89+7=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C85907 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85907 is #37A6F8. Grayscale: #717171. Windows color (decimal): -3647225 or 481736. OLE color: 481736.
HSL color Cylindrical-coordinate representation of color #C85907: hue angle of 25.49º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C85907 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 7 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.22 |
| HSL | 25.49º | 0.93% | 0.41% | - |
| HSV(B) | 25.49º | 0.97% | 0.78% | - |
| XYZ | 27.43 | 19.44 | 2.51 | - |
| YUV | 112.84 | 68.27 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 7 | 0 | 0.56 | 0.96 | 0.22 | 25.49 | 0.93 | 0.41 |
| Hex | C8 | 59 | 7 | 0 | 38 | 60 | 16 | 19 | 5D | 29 |
| Octal | 310 | 131 | 7 | 0 | 70 | 140 | 26 | 31 | 135 | 51 |
| Binary | 11001000 | 1011001 | 111 | 0 | 111000 | 1100000 | 10110 | 11001 | 1011101 | 101001 |
Color Harmonies of #C85907
Complementary color
Monochromatic Colors of #C85907
Black with #C85907
Text Example
Text Example
White with #C85907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85907; }
p { color: rgb(200,89,7); }
H1.HeaderClassName
{
color: #C85907;
}
.AnyTagClassName
{
color: #C85907;
}
</style>
background-color css
<style>
a { background-color: #C85907; }
a { background-color: rgb(200,89,7); }
div.DivClassName
{
background-color: #C85907;
}
.BgClassName
{
background-color: #C85907;
}
</style>
border-color css
<style>
span { border-color: #C85907; }
span { border-color: rgb(200,89,7); }
td.TdClassName
{
border-color: #C85907;
}
.TagClassName
{
border-color: #C85907;
}
</style>