Shades of Tenne (Tawny) #C54A04
Tints of Tenne (Tawny) #C54A04
RGB
CMYK
RGB Variations
Color information
#C54A04 (or 0xC54A04) is known color: Tenne (Tawny). HEX triplet: C5, 4A and 04. RGB value is (197,74,4). Sum of RGB (Red+Green+Blue) = 197+74+4=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54A04 is #3AB5FB. Grayscale: #676767. Windows color (decimal): -3847676 or 281285. OLE color: 281285.
HSL color Cylindrical-coordinate representation of color #C54A04: hue angle of 21.76º 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 #C54A04 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.23 |
| HSL | 21.76º | 0.96% | 0.39% | - |
| HSV(B) | 21.76º | 0.98% | 0.77% | - |
| XYZ | 25.5 | 16.78 | 2.01 | - |
| YUV | 102.8 | 72.25 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 4 | 0 | 0.62 | 0.98 | 0.23 | 21.76 | 0.96 | 0.39 |
| Hex | C5 | 4A | 4 | 0 | 3E | 62 | 17 | 16 | 60 | 27 |
| Octal | 305 | 112 | 4 | 0 | 76 | 142 | 27 | 26 | 140 | 47 |
| Binary | 11000101 | 1001010 | 100 | 0 | 111110 | 1100010 | 10111 | 10110 | 1100000 | 100111 |
Color Harmonies of #C54A04
Complementary color
Monochromatic Colors of #C54A04
Black with #C54A04
Text Example
Text Example
White with #C54A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A04; }
p { color: rgb(197,74,4); }
H1.HeaderClassName
{
color: #C54A04;
}
.AnyTagClassName
{
color: #C54A04;
}
</style>
background-color css
<style>
a { background-color: #C54A04; }
a { background-color: rgb(197,74,4); }
div.DivClassName
{
background-color: #C54A04;
}
.BgClassName
{
background-color: #C54A04;
}
</style>
border-color css
<style>
span { border-color: #C54A04; }
span { border-color: rgb(197,74,4); }
td.TdClassName
{
border-color: #C54A04;
}
.TagClassName
{
border-color: #C54A04;
}
</style>