Shades of Tenne (Tawny) #C45712
Tints of Tenne (Tawny) #C45712
RGB
CMYK
RGB Variations
Color information
#C45712 (or 0xC45712) is known color: Tenne (Tawny). HEX triplet: C4, 57 and 12. RGB value is (196,87,18). Sum of RGB (Red+Green+Blue) = 196+87+18=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C45712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45712 is #3BA8ED. Grayscale: #707070. Windows color (decimal): -3909870 or 1202116. OLE color: 1202116.
HSL color Cylindrical-coordinate representation of color #C45712: hue angle of 23.26º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C45712 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 18 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.23 |
| HSL | 23.26º | 0.83% | 0.42% | - |
| HSV(B) | 23.26º | 0.91% | 0.77% | - |
| XYZ | 26.28 | 18.6 | 2.78 | - |
| YUV | 111.73 | 75.11 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 18 | 0 | 0.56 | 0.91 | 0.23 | 23.26 | 0.83 | 0.42 |
| Hex | C4 | 57 | 12 | 0 | 38 | 5B | 17 | 17 | 53 | 2A |
| Octal | 304 | 127 | 22 | 0 | 70 | 133 | 27 | 27 | 123 | 52 |
| Binary | 11000100 | 1010111 | 10010 | 0 | 111000 | 1011011 | 10111 | 10111 | 1010011 | 101010 |
Color Harmonies of #C45712
Complementary color
Monochromatic Colors of #C45712
Black with #C45712
Text Example
Text Example
White with #C45712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45712; }
p { color: rgb(196,87,18); }
H1.HeaderClassName
{
color: #C45712;
}
.AnyTagClassName
{
color: #C45712;
}
</style>
background-color css
<style>
a { background-color: #C45712; }
a { background-color: rgb(196,87,18); }
div.DivClassName
{
background-color: #C45712;
}
.BgClassName
{
background-color: #C45712;
}
</style>
border-color css
<style>
span { border-color: #C45712; }
span { border-color: rgb(196,87,18); }
td.TdClassName
{
border-color: #C45712;
}
.TagClassName
{
border-color: #C45712;
}
</style>