Shades of Tenne (Tawny) #C5520D
Tints of Tenne (Tawny) #C5520D
RGB
CMYK
RGB Variations
Color information
#C5520D (or 0xC5520D) is known color: Tenne (Tawny). HEX triplet: C5, 52 and 0D. RGB value is (197,82,13). Sum of RGB (Red+Green+Blue) = 197+82+13=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5520D is #3AADF2. Grayscale: #6C6C6C. Windows color (decimal): -3845619 or 873157. OLE color: 873157.
HSL color Cylindrical-coordinate representation of color #C5520D: hue angle of 22.5º 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 #C5520D is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 13 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.23 |
| HSL | 22.5º | 0.88% | 0.41% | - |
| HSV(B) | 22.5º | 0.93% | 0.77% | - |
| XYZ | 26.12 | 17.93 | 2.47 | - |
| YUV | 108.52 | 74.1 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 13 | 0 | 0.58 | 0.93 | 0.23 | 22.5 | 0.88 | 0.41 |
| Hex | C5 | 52 | D | 0 | 3A | 5D | 17 | 16 | 58 | 29 |
| Octal | 305 | 122 | 15 | 0 | 72 | 135 | 27 | 26 | 130 | 51 |
| Binary | 11000101 | 1010010 | 1101 | 0 | 111010 | 1011101 | 10111 | 10110 | 1011000 | 101001 |
Color Harmonies of #C5520D
Complementary color
Monochromatic Colors of #C5520D
Black with #C5520D
Text Example
Text Example
White with #C5520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5520D; }
p { color: rgb(197,82,13); }
H1.HeaderClassName
{
color: #C5520D;
}
.AnyTagClassName
{
color: #C5520D;
}
</style>
background-color css
<style>
a { background-color: #C5520D; }
a { background-color: rgb(197,82,13); }
div.DivClassName
{
background-color: #C5520D;
}
.BgClassName
{
background-color: #C5520D;
}
</style>
border-color css
<style>
span { border-color: #C5520D; }
span { border-color: rgb(197,82,13); }
td.TdClassName
{
border-color: #C5520D;
}
.TagClassName
{
border-color: #C5520D;
}
</style>