Shades of Tenne (Tawny) #C5640D
Tints of Tenne (Tawny) #C5640D
RGB
CMYK
RGB Variations
Color information
#C5640D (or 0xC5640D) is known color: Tenne (Tawny). HEX triplet: C5, 64 and 0D. RGB value is (197,100,13). Sum of RGB (Red+Green+Blue) = 197+100+13=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5640D is #3A9BF2. Grayscale: #777777. Windows color (decimal): -3841011 or 877765. OLE color: 877765.
HSL color Cylindrical-coordinate representation of color #C5640D: hue angle of 28.37º 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 #C5640D is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 13 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.23 |
| HSL | 28.37º | 0.88% | 0.41% | - |
| HSV(B) | 28.37º | 0.93% | 0.77% | - |
| XYZ | 27.66 | 21.01 | 2.98 | - |
| YUV | 119.09 | 68.14 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 13 | 0 | 0.49 | 0.93 | 0.23 | 28.37 | 0.88 | 0.41 |
| Hex | C5 | 64 | D | 0 | 31 | 5D | 17 | 1C | 58 | 29 |
| Octal | 305 | 144 | 15 | 0 | 61 | 135 | 27 | 34 | 130 | 51 |
| Binary | 11000101 | 1100100 | 1101 | 0 | 110001 | 1011101 | 10111 | 11100 | 1011000 | 101001 |
Color Harmonies of #C5640D
Complementary color
Monochromatic Colors of #C5640D
Black with #C5640D
Text Example
Text Example
White with #C5640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5640D; }
p { color: rgb(197,100,13); }
H1.HeaderClassName
{
color: #C5640D;
}
.AnyTagClassName
{
color: #C5640D;
}
</style>
background-color css
<style>
a { background-color: #C5640D; }
a { background-color: rgb(197,100,13); }
div.DivClassName
{
background-color: #C5640D;
}
.BgClassName
{
background-color: #C5640D;
}
</style>
border-color css
<style>
span { border-color: #C5640D; }
span { border-color: rgb(197,100,13); }
td.TdClassName
{
border-color: #C5640D;
}
.TagClassName
{
border-color: #C5640D;
}
</style>