Shades of Tenne (Tawny) #C54D00
Tints of Tenne (Tawny) #C54D00
RGB
CMYK
RGB Variations
Color information
#C54D00 (or 0xC54D00) is known color: Tenne (Tawny). HEX triplet: C5, 4D and 00. RGB value is (197,77,0). Sum of RGB (Red+Green+Blue) = 197+77+0=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C54D00 is #3AB2FF. Grayscale: #686868. Windows color (decimal): -3846912 or 19909. OLE color: 19909.
HSL color Cylindrical-coordinate representation of color #C54D00: hue angle of 23.45º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C54D00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.23 |
| HSL | 23.45º | 1% | 0.39% | - |
| HSV(B) | 23.45º | 1% | 0.77% | - |
| XYZ | 25.68 | 17.18 | 1.96 | - |
| YUV | 104.1 | 69.26 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 0 | 0 | 0.61 | 1 | 0.23 | 23.45 | 1 | 0.39 |
| Hex | C5 | 4D | 0 | 0 | 3D | 64 | 17 | 17 | 64 | 27 |
| Octal | 305 | 115 | 0 | 0 | 75 | 144 | 27 | 27 | 144 | 47 |
| Binary | 11000101 | 1001101 | 0 | 0 | 111101 | 1100100 | 10111 | 10111 | 1100100 | 100111 |
Color Harmonies of #C54D00
Complementary color
Monochromatic Colors of #C54D00
Black with #C54D00
Text Example
Text Example
White with #C54D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D00; }
p { color: rgb(197,77,0); }
H1.HeaderClassName
{
color: #C54D00;
}
.AnyTagClassName
{
color: #C54D00;
}
</style>
background-color css
<style>
a { background-color: #C54D00; }
a { background-color: rgb(197,77,0); }
div.DivClassName
{
background-color: #C54D00;
}
.BgClassName
{
background-color: #C54D00;
}
</style>
border-color css
<style>
span { border-color: #C54D00; }
span { border-color: rgb(197,77,0); }
td.TdClassName
{
border-color: #C54D00;
}
.TagClassName
{
border-color: #C54D00;
}
</style>