Shades of Tenne (Tawny) #C54D04
Tints of Tenne (Tawny) #C54D04
RGB
CMYK
RGB Variations
Color information
#C54D04 (or 0xC54D04) is known color: Tenne (Tawny). HEX triplet: C5, 4D and 04. RGB value is (197,77,4). Sum of RGB (Red+Green+Blue) = 197+77+4=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C54D04 is #3AB2FB. Grayscale: #686868. Windows color (decimal): -3846908 or 282053. OLE color: 282053.
HSL color Cylindrical-coordinate representation of color #C54D04: hue angle of 22.69º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C54D04 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.23 |
| HSL | 22.69º | 0.96% | 0.39% | - |
| HSV(B) | 22.69º | 0.98% | 0.77% | - |
| XYZ | 25.7 | 17.19 | 2.08 | - |
| YUV | 104.56 | 71.26 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 4 | 0 | 0.61 | 0.98 | 0.23 | 22.69 | 0.96 | 0.39 |
| Hex | C5 | 4D | 4 | 0 | 3D | 62 | 17 | 17 | 60 | 27 |
| Octal | 305 | 115 | 4 | 0 | 75 | 142 | 27 | 27 | 140 | 47 |
| Binary | 11000101 | 1001101 | 100 | 0 | 111101 | 1100010 | 10111 | 10111 | 1100000 | 100111 |
Color Harmonies of #C54D04
Complementary color
Monochromatic Colors of #C54D04
Black with #C54D04
Text Example
Text Example
White with #C54D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D04; }
p { color: rgb(197,77,4); }
H1.HeaderClassName
{
color: #C54D04;
}
.AnyTagClassName
{
color: #C54D04;
}
</style>
background-color css
<style>
a { background-color: #C54D04; }
a { background-color: rgb(197,77,4); }
div.DivClassName
{
background-color: #C54D04;
}
.BgClassName
{
background-color: #C54D04;
}
</style>
border-color css
<style>
span { border-color: #C54D04; }
span { border-color: rgb(197,77,4); }
td.TdClassName
{
border-color: #C54D04;
}
.TagClassName
{
border-color: #C54D04;
}
</style>