Shades of Tenne (Tawny) #C55812
Tints of Tenne (Tawny) #C55812
RGB
CMYK
RGB Variations
Color information
#C55812 (or 0xC55812) is known color: Tenne (Tawny). HEX triplet: C5, 58 and 12. RGB value is (197,88,18). Sum of RGB (Red+Green+Blue) = 197+88+18=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C55812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55812 is #3AA7ED. Grayscale: #707070. Windows color (decimal): -3844078 or 1202373. OLE color: 1202373.
HSL color Cylindrical-coordinate representation of color #C55812: hue angle of 23.46º 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 #C55812 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 18 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.23 |
| HSL | 23.46º | 0.83% | 0.42% | - |
| HSV(B) | 23.46º | 0.91% | 0.77% | - |
| XYZ | 26.62 | 18.89 | 2.82 | - |
| YUV | 112.61 | 74.61 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 18 | 0 | 0.55 | 0.91 | 0.23 | 23.46 | 0.83 | 0.42 |
| Hex | C5 | 58 | 12 | 0 | 37 | 5B | 17 | 17 | 53 | 2A |
| Octal | 305 | 130 | 22 | 0 | 67 | 133 | 27 | 27 | 123 | 52 |
| Binary | 11000101 | 1011000 | 10010 | 0 | 110111 | 1011011 | 10111 | 10111 | 1010011 | 101010 |
Color Harmonies of #C55812
Complementary color
Monochromatic Colors of #C55812
Black with #C55812
Text Example
Text Example
White with #C55812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55812; }
p { color: rgb(197,88,18); }
H1.HeaderClassName
{
color: #C55812;
}
.AnyTagClassName
{
color: #C55812;
}
</style>
background-color css
<style>
a { background-color: #C55812; }
a { background-color: rgb(197,88,18); }
div.DivClassName
{
background-color: #C55812;
}
.BgClassName
{
background-color: #C55812;
}
</style>
border-color css
<style>
span { border-color: #C55812; }
span { border-color: rgb(197,88,18); }
td.TdClassName
{
border-color: #C55812;
}
.TagClassName
{
border-color: #C55812;
}
</style>