Shades of Tenne (Tawny) #C85807
Tints of Tenne (Tawny) #C85807
RGB
CMYK
RGB Variations
Color information
#C85807 (or 0xC85807) is known color: Tenne (Tawny). HEX triplet: C8, 58 and 07. RGB value is (200,88,7). Sum of RGB (Red+Green+Blue) = 200+88+7=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C85807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85807 is #37A7F8. Grayscale: #707070. Windows color (decimal): -3647481 or 481480. OLE color: 481480.
HSL color Cylindrical-coordinate representation of color #C85807: hue angle of 25.18º 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 #C85807 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 7 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.22 |
| HSL | 25.18º | 0.93% | 0.41% | - |
| HSV(B) | 25.18º | 0.97% | 0.78% | - |
| XYZ | 27.35 | 19.27 | 2.48 | - |
| YUV | 112.25 | 68.61 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 7 | 0 | 0.56 | 0.96 | 0.22 | 25.18 | 0.93 | 0.41 |
| Hex | C8 | 58 | 7 | 0 | 38 | 60 | 16 | 19 | 5D | 29 |
| Octal | 310 | 130 | 7 | 0 | 70 | 140 | 26 | 31 | 135 | 51 |
| Binary | 11001000 | 1011000 | 111 | 0 | 111000 | 1100000 | 10110 | 11001 | 1011101 | 101001 |
Color Harmonies of #C85807
Complementary color
Monochromatic Colors of #C85807
Black with #C85807
Text Example
Text Example
White with #C85807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85807; }
p { color: rgb(200,88,7); }
H1.HeaderClassName
{
color: #C85807;
}
.AnyTagClassName
{
color: #C85807;
}
</style>
background-color css
<style>
a { background-color: #C85807; }
a { background-color: rgb(200,88,7); }
div.DivClassName
{
background-color: #C85807;
}
.BgClassName
{
background-color: #C85807;
}
</style>
border-color css
<style>
span { border-color: #C85807; }
span { border-color: rgb(200,88,7); }
td.TdClassName
{
border-color: #C85807;
}
.TagClassName
{
border-color: #C85807;
}
</style>