Shades of Tenne (Tawny) #C74400
Tints of Tenne (Tawny) #C74400
RGB
CMYK
RGB Variations
Color information
#C74400 (or 0xC74400) is known color: Tenne (Tawny). HEX triplet: C7, 44 and 00. RGB value is (199,68,0). Sum of RGB (Red+Green+Blue) = 199+68+0=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C74400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74400 is #38BBFF. Grayscale: #636363. Windows color (decimal): -3718144 or 17607. OLE color: 17607.
HSL color Cylindrical-coordinate representation of color #C74400: hue angle of 20.5º 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 #C74400 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.22 |
| HSL | 20.5º | 1% | 0.39% | - |
| HSV(B) | 20.5º | 1% | 0.78% | - |
| XYZ | 25.62 | 16.28 | 1.79 | - |
| YUV | 99.42 | 71.9 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 0 | 0 | 0.66 | 1 | 0.22 | 20.5 | 1 | 0.39 |
| Hex | C7 | 44 | 0 | 0 | 42 | 64 | 16 | 15 | 64 | 27 |
| Octal | 307 | 104 | 0 | 0 | 102 | 144 | 26 | 25 | 144 | 47 |
| Binary | 11000111 | 1000100 | 0 | 0 | 1000010 | 1100100 | 10110 | 10101 | 1100100 | 100111 |
Color Harmonies of #C74400
Complementary color
Monochromatic Colors of #C74400
Black with #C74400
Text Example
Text Example
White with #C74400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74400; }
p { color: rgb(199,68,0); }
H1.HeaderClassName
{
color: #C74400;
}
.AnyTagClassName
{
color: #C74400;
}
</style>
background-color css
<style>
a { background-color: #C74400; }
a { background-color: rgb(199,68,0); }
div.DivClassName
{
background-color: #C74400;
}
.BgClassName
{
background-color: #C74400;
}
</style>
border-color css
<style>
span { border-color: #C74400; }
span { border-color: rgb(199,68,0); }
td.TdClassName
{
border-color: #C74400;
}
.TagClassName
{
border-color: #C74400;
}
</style>