Shades of Tenne (Tawny) #C5620D
Tints of Tenne (Tawny) #C5620D
RGB
CMYK
RGB Variations
Color information
#C5620D (or 0xC5620D) is known color: Tenne (Tawny). HEX triplet: C5, 62 and 0D. RGB value is (197,98,13). Sum of RGB (Red+Green+Blue) = 197+98+13=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5620D is #3A9DF2. Grayscale: #767676. Windows color (decimal): -3841523 or 877253. OLE color: 877253.
HSL color Cylindrical-coordinate representation of color #C5620D: hue angle of 27.72º 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 #C5620D is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 13 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.23 |
| HSL | 27.72º | 0.88% | 0.41% | - |
| HSV(B) | 27.72º | 0.93% | 0.77% | - |
| XYZ | 27.47 | 20.63 | 2.92 | - |
| YUV | 117.91 | 68.8 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 13 | 0 | 0.50 | 0.93 | 0.23 | 27.72 | 0.88 | 0.41 |
| Hex | C5 | 62 | D | 0 | 32 | 5D | 17 | 1C | 58 | 29 |
| Octal | 305 | 142 | 15 | 0 | 62 | 135 | 27 | 34 | 130 | 51 |
| Binary | 11000101 | 1100010 | 1101 | 0 | 110010 | 1011101 | 10111 | 11100 | 1011000 | 101001 |
Color Harmonies of #C5620D
Complementary color
Monochromatic Colors of #C5620D
Black with #C5620D
Text Example
Text Example
White with #C5620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5620D; }
p { color: rgb(197,98,13); }
H1.HeaderClassName
{
color: #C5620D;
}
.AnyTagClassName
{
color: #C5620D;
}
</style>
background-color css
<style>
a { background-color: #C5620D; }
a { background-color: rgb(197,98,13); }
div.DivClassName
{
background-color: #C5620D;
}
.BgClassName
{
background-color: #C5620D;
}
</style>
border-color css
<style>
span { border-color: #C5620D; }
span { border-color: rgb(197,98,13); }
td.TdClassName
{
border-color: #C5620D;
}
.TagClassName
{
border-color: #C5620D;
}
</style>