Shades of Tenne (Tawny) #C04F04
Tints of Tenne (Tawny) #C04F04
RGB
CMYK
RGB Variations
Color information
#C04F04 (or 0xC04F04) is known color: Tenne (Tawny). HEX triplet: C0, 4F and 04. RGB value is (192,79,4). Sum of RGB (Red+Green+Blue) = 192+79+4=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04F04 is #3FB0FB. Grayscale: #686868. Windows color (decimal): -4174076 or 282560. OLE color: 282560.
HSL color Cylindrical-coordinate representation of color #C04F04: hue angle of 23.94º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C04F04 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 4 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.25 |
| HSL | 23.94º | 0.96% | 0.38% | - |
| HSV(B) | 23.94º | 0.98% | 0.75% | - |
| XYZ | 24.56 | 16.81 | 2.06 | - |
| YUV | 104.24 | 71.44 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 4 | 0 | 0.59 | 0.98 | 0.25 | 23.94 | 0.96 | 0.38 |
| Hex | C0 | 4F | 4 | 0 | 3B | 62 | 19 | 18 | 60 | 26 |
| Octal | 300 | 117 | 4 | 0 | 73 | 142 | 31 | 30 | 140 | 46 |
| Binary | 11000000 | 1001111 | 100 | 0 | 111011 | 1100010 | 11001 | 11000 | 1100000 | 100110 |
Color Harmonies of #C04F04
Complementary color
Monochromatic Colors of #C04F04
Black with #C04F04
Text Example
Text Example
White with #C04F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F04; }
p { color: rgb(192,79,4); }
H1.HeaderClassName
{
color: #C04F04;
}
.AnyTagClassName
{
color: #C04F04;
}
</style>
background-color css
<style>
a { background-color: #C04F04; }
a { background-color: rgb(192,79,4); }
div.DivClassName
{
background-color: #C04F04;
}
.BgClassName
{
background-color: #C04F04;
}
</style>
border-color css
<style>
span { border-color: #C04F04; }
span { border-color: rgb(192,79,4); }
td.TdClassName
{
border-color: #C04F04;
}
.TagClassName
{
border-color: #C04F04;
}
</style>