Shades of Tenne (Tawny) #C9520D
Tints of Tenne (Tawny) #C9520D
RGB
CMYK
RGB Variations
Color information
#C9520D (or 0xC9520D) is known color: Tenne (Tawny). HEX triplet: C9, 52 and 0D. RGB value is (201,82,13). Sum of RGB (Red+Green+Blue) = 201+82+13=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C9520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9520D is #36ADF2. Grayscale: #6E6E6E. Windows color (decimal): -3583475 or 873161. OLE color: 873161.
HSL color Cylindrical-coordinate representation of color #C9520D: hue angle of 22.02º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9520D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 13 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.21 |
| HSL | 22.02º | 0.88% | 0.42% | - |
| HSV(B) | 22.02º | 0.94% | 0.79% | - |
| XYZ | 27.18 | 18.48 | 2.52 | - |
| YUV | 109.72 | 73.42 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 13 | 0 | 0.59 | 0.94 | 0.21 | 22.02 | 0.88 | 0.42 |
| Hex | C9 | 52 | D | 0 | 3B | 5E | 15 | 16 | 58 | 2A |
| Octal | 311 | 122 | 15 | 0 | 73 | 136 | 25 | 26 | 130 | 52 |
| Binary | 11001001 | 1010010 | 1101 | 0 | 111011 | 1011110 | 10101 | 10110 | 1011000 | 101010 |
Color Harmonies of #C9520D
Complementary color
Monochromatic Colors of #C9520D
Black with #C9520D
Text Example
Text Example
White with #C9520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9520D; }
p { color: rgb(201,82,13); }
H1.HeaderClassName
{
color: #C9520D;
}
.AnyTagClassName
{
color: #C9520D;
}
</style>
background-color css
<style>
a { background-color: #C9520D; }
a { background-color: rgb(201,82,13); }
div.DivClassName
{
background-color: #C9520D;
}
.BgClassName
{
background-color: #C9520D;
}
</style>
border-color css
<style>
span { border-color: #C9520D; }
span { border-color: rgb(201,82,13); }
td.TdClassName
{
border-color: #C9520D;
}
.TagClassName
{
border-color: #C9520D;
}
</style>