Shades of Tenne (Tawny) #C15912
Tints of Tenne (Tawny) #C15912
RGB
CMYK
RGB Variations
Color information
#C15912 (or 0xC15912) is known color: Tenne (Tawny). HEX triplet: C1, 59 and 12. RGB value is (193,89,18). Sum of RGB (Red+Green+Blue) = 193+89+18=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C15912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15912 is #3EA6ED. Grayscale: #707070. Windows color (decimal): -4105966 or 1202625. OLE color: 1202625.
HSL color Cylindrical-coordinate representation of color #C15912: hue angle of 24.34º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C15912 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 18 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.24 |
| HSL | 24.34º | 0.83% | 0.41% | - |
| HSV(B) | 24.34º | 0.91% | 0.76% | - |
| XYZ | 25.67 | 18.53 | 2.79 | - |
| YUV | 112 | 74.96 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 18 | 0 | 0.54 | 0.91 | 0.24 | 24.34 | 0.83 | 0.41 |
| Hex | C1 | 59 | 12 | 0 | 36 | 5B | 18 | 18 | 53 | 29 |
| Octal | 301 | 131 | 22 | 0 | 66 | 133 | 30 | 30 | 123 | 51 |
| Binary | 11000001 | 1011001 | 10010 | 0 | 110110 | 1011011 | 11000 | 11000 | 1010011 | 101001 |
Color Harmonies of #C15912
Complementary color
Monochromatic Colors of #C15912
Black with #C15912
Text Example
Text Example
White with #C15912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15912; }
p { color: rgb(193,89,18); }
H1.HeaderClassName
{
color: #C15912;
}
.AnyTagClassName
{
color: #C15912;
}
</style>
background-color css
<style>
a { background-color: #C15912; }
a { background-color: rgb(193,89,18); }
div.DivClassName
{
background-color: #C15912;
}
.BgClassName
{
background-color: #C15912;
}
</style>
border-color css
<style>
span { border-color: #C15912; }
span { border-color: rgb(193,89,18); }
td.TdClassName
{
border-color: #C15912;
}
.TagClassName
{
border-color: #C15912;
}
</style>