Shades of Tenne (Tawny) #C75908
Tints of Tenne (Tawny) #C75908
RGB
CMYK
RGB Variations
Color information
#C75908 (or 0xC75908) is known color: Tenne (Tawny). HEX triplet: C7, 59 and 08. RGB value is (199,89,8). Sum of RGB (Red+Green+Blue) = 199+89+8=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C75908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75908 is #38A6F7. Grayscale: #717171. Windows color (decimal): -3712760 or 547271. OLE color: 547271.
HSL color Cylindrical-coordinate representation of color #C75908: hue angle of 25.45º degrees, saturation: 0.92, 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 #C75908 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 8 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.22 |
| HSL | 25.45º | 0.92% | 0.41% | - |
| HSV(B) | 25.45º | 0.96% | 0.78% | - |
| XYZ | 27.17 | 19.3 | 2.52 | - |
| YUV | 112.66 | 68.94 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 8 | 0 | 0.55 | 0.96 | 0.22 | 25.45 | 0.92 | 0.41 |
| Hex | C7 | 59 | 8 | 0 | 37 | 60 | 16 | 19 | 5C | 29 |
| Octal | 307 | 131 | 10 | 0 | 67 | 140 | 26 | 31 | 134 | 51 |
| Binary | 11000111 | 1011001 | 1000 | 0 | 110111 | 1100000 | 10110 | 11001 | 1011100 | 101001 |
Color Harmonies of #C75908
Complementary color
Monochromatic Colors of #C75908
Black with #C75908
Text Example
Text Example
White with #C75908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75908; }
p { color: rgb(199,89,8); }
H1.HeaderClassName
{
color: #C75908;
}
.AnyTagClassName
{
color: #C75908;
}
</style>
background-color css
<style>
a { background-color: #C75908; }
a { background-color: rgb(199,89,8); }
div.DivClassName
{
background-color: #C75908;
}
.BgClassName
{
background-color: #C75908;
}
</style>
border-color css
<style>
span { border-color: #C75908; }
span { border-color: rgb(199,89,8); }
td.TdClassName
{
border-color: #C75908;
}
.TagClassName
{
border-color: #C75908;
}
</style>