Shades of Tenne (Tawny) #C04D04
Tints of Tenne (Tawny) #C04D04
RGB
CMYK
RGB Variations
Color information
#C04D04 (or 0xC04D04) is known color: Tenne (Tawny). HEX triplet: C0, 4D and 04. RGB value is (192,77,4). Sum of RGB (Red+Green+Blue) = 192+77+4=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04D04 is #3FB2FB. Grayscale: #676767. Windows color (decimal): -4174588 or 282048. OLE color: 282048.
HSL color Cylindrical-coordinate representation of color #C04D04: hue angle of 23.3º 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 #C04D04 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.25 |
| HSL | 23.3º | 0.96% | 0.38% | - |
| HSV(B) | 23.3º | 0.98% | 0.75% | - |
| XYZ | 24.41 | 16.52 | 2.02 | - |
| YUV | 103.06 | 72.1 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 4 | 0 | 0.60 | 0.98 | 0.25 | 23.3 | 0.96 | 0.38 |
| Hex | C0 | 4D | 4 | 0 | 3C | 62 | 19 | 17 | 60 | 26 |
| Octal | 300 | 115 | 4 | 0 | 74 | 142 | 31 | 27 | 140 | 46 |
| Binary | 11000000 | 1001101 | 100 | 0 | 111100 | 1100010 | 11001 | 10111 | 1100000 | 100110 |
Color Harmonies of #C04D04
Complementary color
Monochromatic Colors of #C04D04
Black with #C04D04
Text Example
Text Example
White with #C04D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D04; }
p { color: rgb(192,77,4); }
H1.HeaderClassName
{
color: #C04D04;
}
.AnyTagClassName
{
color: #C04D04;
}
</style>
background-color css
<style>
a { background-color: #C04D04; }
a { background-color: rgb(192,77,4); }
div.DivClassName
{
background-color: #C04D04;
}
.BgClassName
{
background-color: #C04D04;
}
</style>
border-color css
<style>
span { border-color: #C04D04; }
span { border-color: rgb(192,77,4); }
td.TdClassName
{
border-color: #C04D04;
}
.TagClassName
{
border-color: #C04D04;
}
</style>