Shades of Tenne (Tawny) #C74900
Tints of Tenne (Tawny) #C74900
RGB
CMYK
RGB Variations
Color information
#C74900 (or 0xC74900) is known color: Tenne (Tawny). HEX triplet: C7, 49 and 00. RGB value is (199,73,0). Sum of RGB (Red+Green+Blue) = 199+73+0=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C74900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74900 is #38B6FF. Grayscale: #666666. Windows color (decimal): -3716864 or 18887. OLE color: 18887.
HSL color Cylindrical-coordinate representation of color #C74900: hue angle of 22.01º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C74900 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.22 |
| HSL | 22.01º | 1% | 0.39% | - |
| HSV(B) | 22.01º | 1% | 0.78% | - |
| XYZ | 25.94 | 16.91 | 1.9 | - |
| YUV | 102.35 | 70.24 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 0 | 0 | 0.63 | 1 | 0.22 | 22.01 | 1 | 0.39 |
| Hex | C7 | 49 | 0 | 0 | 3F | 64 | 16 | 16 | 64 | 27 |
| Octal | 307 | 111 | 0 | 0 | 77 | 144 | 26 | 26 | 144 | 47 |
| Binary | 11000111 | 1001001 | 0 | 0 | 111111 | 1100100 | 10110 | 10110 | 1100100 | 100111 |
Color Harmonies of #C74900
Complementary color
Monochromatic Colors of #C74900
Black with #C74900
Text Example
Text Example
White with #C74900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74900; }
p { color: rgb(199,73,0); }
H1.HeaderClassName
{
color: #C74900;
}
.AnyTagClassName
{
color: #C74900;
}
</style>
background-color css
<style>
a { background-color: #C74900; }
a { background-color: rgb(199,73,0); }
div.DivClassName
{
background-color: #C74900;
}
.BgClassName
{
background-color: #C74900;
}
</style>
border-color css
<style>
span { border-color: #C74900; }
span { border-color: rgb(199,73,0); }
td.TdClassName
{
border-color: #C74900;
}
.TagClassName
{
border-color: #C74900;
}
</style>