Shades of Tenne (Tawny) #C35D0B
Tints of Tenne (Tawny) #C35D0B
RGB
CMYK
RGB Variations
Color information
#C35D0B (or 0xC35D0B) is known color: Tenne (Tawny). HEX triplet: C3, 5D and 0B. RGB value is (195,93,11). Sum of RGB (Red+Green+Blue) = 195+93+11=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35D0B is #3CA2F4. Grayscale: #727272. Windows color (decimal): -3973877 or 744899. OLE color: 744899.
HSL color Cylindrical-coordinate representation of color #C35D0B: hue angle of 26.74º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C35D0B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 11 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.24 |
| HSL | 26.74º | 0.89% | 0.4% | - |
| HSV(B) | 26.74º | 0.94% | 0.76% | - |
| XYZ | 26.48 | 19.45 | 2.68 | - |
| YUV | 114.15 | 69.79 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 11 | 0 | 0.52 | 0.94 | 0.24 | 26.74 | 0.89 | 0.4 |
| Hex | C3 | 5D | B | 0 | 34 | 5E | 18 | 1B | 59 | 28 |
| Octal | 303 | 135 | 13 | 0 | 64 | 136 | 30 | 33 | 131 | 50 |
| Binary | 11000011 | 1011101 | 1011 | 0 | 110100 | 1011110 | 11000 | 11011 | 1011001 | 101000 |
Color Harmonies of #C35D0B
Complementary color
Monochromatic Colors of #C35D0B
Black with #C35D0B
Text Example
Text Example
White with #C35D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D0B; }
p { color: rgb(195,93,11); }
H1.HeaderClassName
{
color: #C35D0B;
}
.AnyTagClassName
{
color: #C35D0B;
}
</style>
background-color css
<style>
a { background-color: #C35D0B; }
a { background-color: rgb(195,93,11); }
div.DivClassName
{
background-color: #C35D0B;
}
.BgClassName
{
background-color: #C35D0B;
}
</style>
border-color css
<style>
span { border-color: #C35D0B; }
span { border-color: rgb(195,93,11); }
td.TdClassName
{
border-color: #C35D0B;
}
.TagClassName
{
border-color: #C35D0B;
}
</style>