Shades of Tenne (Tawny) #C5540D
Tints of Tenne (Tawny) #C5540D
RGB
CMYK
RGB Variations
Color information
#C5540D (or 0xC5540D) is known color: Tenne (Tawny). HEX triplet: C5, 54 and 0D. RGB value is (197,84,13). Sum of RGB (Red+Green+Blue) = 197+84+13=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5540D is #3AABF2. Grayscale: #6E6E6E. Windows color (decimal): -3845107 or 873669. OLE color: 873669.
HSL color Cylindrical-coordinate representation of color #C5540D: hue angle of 23.15º 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 #C5540D is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 13 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.23 |
| HSL | 23.15º | 0.88% | 0.41% | - |
| HSV(B) | 23.15º | 0.93% | 0.77% | - |
| XYZ | 26.27 | 18.24 | 2.52 | - |
| YUV | 109.69 | 73.44 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 13 | 0 | 0.57 | 0.93 | 0.23 | 23.15 | 0.88 | 0.41 |
| Hex | C5 | 54 | D | 0 | 39 | 5D | 17 | 17 | 58 | 29 |
| Octal | 305 | 124 | 15 | 0 | 71 | 135 | 27 | 27 | 130 | 51 |
| Binary | 11000101 | 1010100 | 1101 | 0 | 111001 | 1011101 | 10111 | 10111 | 1011000 | 101001 |
Color Harmonies of #C5540D
Complementary color
Monochromatic Colors of #C5540D
Black with #C5540D
Text Example
Text Example
White with #C5540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5540D; }
p { color: rgb(197,84,13); }
H1.HeaderClassName
{
color: #C5540D;
}
.AnyTagClassName
{
color: #C5540D;
}
</style>
background-color css
<style>
a { background-color: #C5540D; }
a { background-color: rgb(197,84,13); }
div.DivClassName
{
background-color: #C5540D;
}
.BgClassName
{
background-color: #C5540D;
}
</style>
border-color css
<style>
span { border-color: #C5540D; }
span { border-color: rgb(197,84,13); }
td.TdClassName
{
border-color: #C5540D;
}
.TagClassName
{
border-color: #C5540D;
}
</style>