Shades of Tenne (Tawny) #C5620B
Tints of Tenne (Tawny) #C5620B
RGB
CMYK
RGB Variations
Color information
#C5620B (or 0xC5620B) is known color: Tenne (Tawny). HEX triplet: C5, 62 and 0B. RGB value is (197,98,11). Sum of RGB (Red+Green+Blue) = 197+98+11=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5620B is #3A9DF4. Grayscale: #767676. Windows color (decimal): -3841525 or 746181. OLE color: 746181.
HSL color Cylindrical-coordinate representation of color #C5620B: hue angle of 28.06º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5620B is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 11 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.23 |
| HSL | 28.06º | 0.89% | 0.41% | - |
| HSV(B) | 28.06º | 0.94% | 0.77% | - |
| XYZ | 27.45 | 20.63 | 2.85 | - |
| YUV | 117.68 | 67.8 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 11 | 0 | 0.50 | 0.94 | 0.23 | 28.06 | 0.89 | 0.41 |
| Hex | C5 | 62 | B | 0 | 32 | 5E | 17 | 1C | 59 | 29 |
| Octal | 305 | 142 | 13 | 0 | 62 | 136 | 27 | 34 | 131 | 51 |
| Binary | 11000101 | 1100010 | 1011 | 0 | 110010 | 1011110 | 10111 | 11100 | 1011001 | 101001 |
Color Harmonies of #C5620B
Complementary color
Monochromatic Colors of #C5620B
Black with #C5620B
Text Example
Text Example
White with #C5620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5620B; }
p { color: rgb(197,98,11); }
H1.HeaderClassName
{
color: #C5620B;
}
.AnyTagClassName
{
color: #C5620B;
}
</style>
background-color css
<style>
a { background-color: #C5620B; }
a { background-color: rgb(197,98,11); }
div.DivClassName
{
background-color: #C5620B;
}
.BgClassName
{
background-color: #C5620B;
}
</style>
border-color css
<style>
span { border-color: #C5620B; }
span { border-color: rgb(197,98,11); }
td.TdClassName
{
border-color: #C5620B;
}
.TagClassName
{
border-color: #C5620B;
}
</style>