Shades of Tenne (Tawny) #C35313
Tints of Tenne (Tawny) #C35313
RGB
CMYK
RGB Variations
Color information
#C35313 (or 0xC35313) is known color: Tenne (Tawny). HEX triplet: C3, 53 and 13. RGB value is (195,83,19). Sum of RGB (Red+Green+Blue) = 195+83+19=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C35313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35313 is #3CACEC. Grayscale: #6D6D6D. Windows color (decimal): -3976429 or 1266627. OLE color: 1266627.
HSL color Cylindrical-coordinate representation of color #C35313: hue angle of 21.82º 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 #C35313 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 19 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.24 |
| HSL | 21.82º | 0.82% | 0.42% | - |
| HSV(B) | 21.82º | 0.9% | 0.76% | - |
| XYZ | 25.72 | 17.84 | 2.7 | - |
| YUV | 109.19 | 77.11 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 19 | 0 | 0.57 | 0.90 | 0.24 | 21.82 | 0.82 | 0.42 |
| Hex | C3 | 53 | 13 | 0 | 39 | 5A | 18 | 16 | 52 | 2A |
| Octal | 303 | 123 | 23 | 0 | 71 | 132 | 30 | 26 | 122 | 52 |
| Binary | 11000011 | 1010011 | 10011 | 0 | 111001 | 1011010 | 11000 | 10110 | 1010010 | 101010 |
Color Harmonies of #C35313
Complementary color
Monochromatic Colors of #C35313
Black with #C35313
Text Example
Text Example
White with #C35313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35313; }
p { color: rgb(195,83,19); }
H1.HeaderClassName
{
color: #C35313;
}
.AnyTagClassName
{
color: #C35313;
}
</style>
background-color css
<style>
a { background-color: #C35313; }
a { background-color: rgb(195,83,19); }
div.DivClassName
{
background-color: #C35313;
}
.BgClassName
{
background-color: #C35313;
}
</style>
border-color css
<style>
span { border-color: #C35313; }
span { border-color: rgb(195,83,19); }
td.TdClassName
{
border-color: #C35313;
}
.TagClassName
{
border-color: #C35313;
}
</style>