Shades of Tenne (Tawny) #C35813
Tints of Tenne (Tawny) #C35813
RGB
CMYK
RGB Variations
Color information
#C35813 (or 0xC35813) is known color: Tenne (Tawny). HEX triplet: C3, 58 and 13. RGB value is (195,88,19). Sum of RGB (Red+Green+Blue) = 195+88+19=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C35813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35813 is #3CA7EC. Grayscale: #707070. Windows color (decimal): -3975149 or 1267907. OLE color: 1267907.
HSL color Cylindrical-coordinate representation of color #C35813: hue angle of 23.52º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C35813 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 19 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.24 |
| HSL | 23.52º | 0.82% | 0.42% | - |
| HSV(B) | 23.52º | 0.9% | 0.76% | - |
| XYZ | 26.11 | 18.63 | 2.84 | - |
| YUV | 112.13 | 75.45 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 19 | 0 | 0.55 | 0.90 | 0.24 | 23.52 | 0.82 | 0.42 |
| Hex | C3 | 58 | 13 | 0 | 37 | 5A | 18 | 18 | 52 | 2A |
| Octal | 303 | 130 | 23 | 0 | 67 | 132 | 30 | 30 | 122 | 52 |
| Binary | 11000011 | 1011000 | 10011 | 0 | 110111 | 1011010 | 11000 | 11000 | 1010010 | 101010 |
Color Harmonies of #C35813
Complementary color
Monochromatic Colors of #C35813
Black with #C35813
Text Example
Text Example
White with #C35813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35813; }
p { color: rgb(195,88,19); }
H1.HeaderClassName
{
color: #C35813;
}
.AnyTagClassName
{
color: #C35813;
}
</style>
background-color css
<style>
a { background-color: #C35813; }
a { background-color: rgb(195,88,19); }
div.DivClassName
{
background-color: #C35813;
}
.BgClassName
{
background-color: #C35813;
}
</style>
border-color css
<style>
span { border-color: #C35813; }
span { border-color: rgb(195,88,19); }
td.TdClassName
{
border-color: #C35813;
}
.TagClassName
{
border-color: #C35813;
}
</style>