Shades of Tenne (Tawny) #C75307
Tints of Tenne (Tawny) #C75307
RGB
CMYK
RGB Variations
Color information
#C75307 (or 0xC75307) is known color: Tenne (Tawny). HEX triplet: C7, 53 and 07. RGB value is (199,83,7). Sum of RGB (Red+Green+Blue) = 199+83+7=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C75307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75307 is #38ACF8. Grayscale: #6D6D6D. Windows color (decimal): -3714297 or 480199. OLE color: 480199.
HSL color Cylindrical-coordinate representation of color #C75307: hue angle of 23.75º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C75307 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 7 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.22 |
| HSL | 23.75º | 0.93% | 0.4% | - |
| HSV(B) | 23.75º | 0.96% | 0.78% | - |
| XYZ | 26.68 | 18.34 | 2.34 | - |
| YUV | 109.02 | 70.43 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 7 | 0 | 0.58 | 0.96 | 0.22 | 23.75 | 0.93 | 0.4 |
| Hex | C7 | 53 | 7 | 0 | 3A | 60 | 16 | 18 | 5D | 28 |
| Octal | 307 | 123 | 7 | 0 | 72 | 140 | 26 | 30 | 135 | 50 |
| Binary | 11000111 | 1010011 | 111 | 0 | 111010 | 1100000 | 10110 | 11000 | 1011101 | 101000 |
Color Harmonies of #C75307
Complementary color
Monochromatic Colors of #C75307
Black with #C75307
Text Example
Text Example
White with #C75307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75307; }
p { color: rgb(199,83,7); }
H1.HeaderClassName
{
color: #C75307;
}
.AnyTagClassName
{
color: #C75307;
}
</style>
background-color css
<style>
a { background-color: #C75307; }
a { background-color: rgb(199,83,7); }
div.DivClassName
{
background-color: #C75307;
}
.BgClassName
{
background-color: #C75307;
}
</style>
border-color css
<style>
span { border-color: #C75307; }
span { border-color: rgb(199,83,7); }
td.TdClassName
{
border-color: #C75307;
}
.TagClassName
{
border-color: #C75307;
}
</style>