Shades of Tenne (Tawny) #C84704
Tints of Tenne (Tawny) #C84704
RGB
CMYK
RGB Variations
Color information
#C84704 (or 0xC84704) is known color: Tenne (Tawny). HEX triplet: C8, 47 and 04. RGB value is (200,71,4). Sum of RGB (Red+Green+Blue) = 200+71+4=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C84704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84704 is #37B8FB. Grayscale: #666666. Windows color (decimal): -3651836 or 280520. OLE color: 280520.
HSL color Cylindrical-coordinate representation of color #C84704: hue angle of 20.51º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C84704 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.22 |
| HSL | 20.51º | 0.96% | 0.4% | - |
| HSV(B) | 20.51º | 0.98% | 0.78% | - |
| XYZ | 26.09 | 16.79 | 1.98 | - |
| YUV | 101.93 | 72.74 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 4 | 0 | 0.64 | 0.98 | 0.22 | 20.51 | 0.96 | 0.4 |
| Hex | C8 | 47 | 4 | 0 | 40 | 62 | 16 | 15 | 60 | 28 |
| Octal | 310 | 107 | 4 | 0 | 100 | 142 | 26 | 25 | 140 | 50 |
| Binary | 11001000 | 1000111 | 100 | 0 | 1000000 | 1100010 | 10110 | 10101 | 1100000 | 101000 |
Color Harmonies of #C84704
Complementary color
Monochromatic Colors of #C84704
Black with #C84704
Text Example
Text Example
White with #C84704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84704; }
p { color: rgb(200,71,4); }
H1.HeaderClassName
{
color: #C84704;
}
.AnyTagClassName
{
color: #C84704;
}
</style>
background-color css
<style>
a { background-color: #C84704; }
a { background-color: rgb(200,71,4); }
div.DivClassName
{
background-color: #C84704;
}
.BgClassName
{
background-color: #C84704;
}
</style>
border-color css
<style>
span { border-color: #C84704; }
span { border-color: rgb(200,71,4); }
td.TdClassName
{
border-color: #C84704;
}
.TagClassName
{
border-color: #C84704;
}
</style>