Shades of Tenne (Tawny) #C75308
Tints of Tenne (Tawny) #C75308
RGB
CMYK
RGB Variations
Color information
#C75308 (or 0xC75308) is known color: Tenne (Tawny). HEX triplet: C7, 53 and 08. RGB value is (199,83,8). Sum of RGB (Red+Green+Blue) = 199+83+8=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C75308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75308 is #38ACF7. Grayscale: #6D6D6D. Windows color (decimal): -3714296 or 545735. OLE color: 545735.
HSL color Cylindrical-coordinate representation of color #C75308: hue angle of 23.56º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C75308 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.22 |
| HSL | 23.56º | 0.92% | 0.41% | - |
| HSV(B) | 23.56º | 0.96% | 0.78% | - |
| XYZ | 26.69 | 18.35 | 2.36 | - |
| YUV | 109.13 | 70.93 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 8 | 0 | 0.58 | 0.96 | 0.22 | 23.56 | 0.92 | 0.41 |
| Hex | C7 | 53 | 8 | 0 | 3A | 60 | 16 | 18 | 5C | 29 |
| Octal | 307 | 123 | 10 | 0 | 72 | 140 | 26 | 30 | 134 | 51 |
| Binary | 11000111 | 1010011 | 1000 | 0 | 111010 | 1100000 | 10110 | 11000 | 1011100 | 101001 |
Color Harmonies of #C75308
Complementary color
Monochromatic Colors of #C75308
Black with #C75308
Text Example
Text Example
White with #C75308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75308; }
p { color: rgb(199,83,8); }
H1.HeaderClassName
{
color: #C75308;
}
.AnyTagClassName
{
color: #C75308;
}
</style>
background-color css
<style>
a { background-color: #C75308; }
a { background-color: rgb(199,83,8); }
div.DivClassName
{
background-color: #C75308;
}
.BgClassName
{
background-color: #C75308;
}
</style>
border-color css
<style>
span { border-color: #C75308; }
span { border-color: rgb(199,83,8); }
td.TdClassName
{
border-color: #C75308;
}
.TagClassName
{
border-color: #C75308;
}
</style>