Shades of Tenne (Tawny) #C54F0D
Tints of Tenne (Tawny) #C54F0D
RGB
CMYK
RGB Variations
Color information
#C54F0D (or 0xC54F0D) is known color: Tenne (Tawny). HEX triplet: C5, 4F and 0D. RGB value is (197,79,13). Sum of RGB (Red+Green+Blue) = 197+79+13=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C54F0D is #3AB0F2. Grayscale: #6B6B6B. Windows color (decimal): -3846387 or 872389. OLE color: 872389.
HSL color Cylindrical-coordinate representation of color #C54F0D: hue angle of 21.52º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C54F0D is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 13 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.23 |
| HSL | 21.52º | 0.88% | 0.41% | - |
| HSV(B) | 21.52º | 0.93% | 0.77% | - |
| XYZ | 25.89 | 17.49 | 2.39 | - |
| YUV | 106.76 | 75.09 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 13 | 0 | 0.60 | 0.93 | 0.23 | 21.52 | 0.88 | 0.41 |
| Hex | C5 | 4F | D | 0 | 3C | 5D | 17 | 16 | 58 | 29 |
| Octal | 305 | 117 | 15 | 0 | 74 | 135 | 27 | 26 | 130 | 51 |
| Binary | 11000101 | 1001111 | 1101 | 0 | 111100 | 1011101 | 10111 | 10110 | 1011000 | 101001 |
Color Harmonies of #C54F0D
Complementary color
Monochromatic Colors of #C54F0D
Black with #C54F0D
Text Example
Text Example
White with #C54F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54F0D; }
p { color: rgb(197,79,13); }
H1.HeaderClassName
{
color: #C54F0D;
}
.AnyTagClassName
{
color: #C54F0D;
}
</style>
background-color css
<style>
a { background-color: #C54F0D; }
a { background-color: rgb(197,79,13); }
div.DivClassName
{
background-color: #C54F0D;
}
.BgClassName
{
background-color: #C54F0D;
}
</style>
border-color css
<style>
span { border-color: #C54F0D; }
span { border-color: rgb(197,79,13); }
td.TdClassName
{
border-color: #C54F0D;
}
.TagClassName
{
border-color: #C54F0D;
}
</style>