Shades of Tenne (Tawny) #C45213
Tints of Tenne (Tawny) #C45213
RGB
CMYK
RGB Variations
Color information
#C45213 (or 0xC45213) is known color: Tenne (Tawny). HEX triplet: C4, 52 and 13. RGB value is (196,82,19). Sum of RGB (Red+Green+Blue) = 196+82+19=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C45213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45213 is #3BADEC. Grayscale: #6D6D6D. Windows color (decimal): -3911149 or 1266372. OLE color: 1266372.
HSL color Cylindrical-coordinate representation of color #C45213: hue angle of 21.36º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C45213 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 19 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.23 |
| HSL | 21.36º | 0.82% | 0.42% | - |
| HSV(B) | 21.36º | 0.9% | 0.77% | - |
| XYZ | 25.9 | 17.82 | 2.69 | - |
| YUV | 108.9 | 77.27 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 19 | 0 | 0.58 | 0.90 | 0.23 | 21.36 | 0.82 | 0.42 |
| Hex | C4 | 52 | 13 | 0 | 3A | 5A | 17 | 15 | 52 | 2A |
| Octal | 304 | 122 | 23 | 0 | 72 | 132 | 27 | 25 | 122 | 52 |
| Binary | 11000100 | 1010010 | 10011 | 0 | 111010 | 1011010 | 10111 | 10101 | 1010010 | 101010 |
Color Harmonies of #C45213
Complementary color
Monochromatic Colors of #C45213
Black with #C45213
Text Example
Text Example
White with #C45213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45213; }
p { color: rgb(196,82,19); }
H1.HeaderClassName
{
color: #C45213;
}
.AnyTagClassName
{
color: #C45213;
}
</style>
background-color css
<style>
a { background-color: #C45213; }
a { background-color: rgb(196,82,19); }
div.DivClassName
{
background-color: #C45213;
}
.BgClassName
{
background-color: #C45213;
}
</style>
border-color css
<style>
span { border-color: #C45213; }
span { border-color: rgb(196,82,19); }
td.TdClassName
{
border-color: #C45213;
}
.TagClassName
{
border-color: #C45213;
}
</style>