Shades of Tenne (Tawny) #C75D09
Tints of Tenne (Tawny) #C75D09
RGB
CMYK
RGB Variations
Color information
#C75D09 (or 0xC75D09) is known color: Tenne (Tawny). HEX triplet: C7, 5D and 09. RGB value is (199,93,9). Sum of RGB (Red+Green+Blue) = 199+93+9=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75D09 is #38A2F6. Grayscale: #737373. Windows color (decimal): -3711735 or 613831. OLE color: 613831.
HSL color Cylindrical-coordinate representation of color #C75D09: hue angle of 26.53º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C75D09 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 9 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.22 |
| HSL | 26.53º | 0.91% | 0.41% | - |
| HSV(B) | 26.53º | 0.95% | 0.78% | - |
| XYZ | 27.52 | 19.99 | 2.67 | - |
| YUV | 115.12 | 68.12 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 9 | 0 | 0.53 | 0.95 | 0.22 | 26.53 | 0.91 | 0.41 |
| Hex | C7 | 5D | 9 | 0 | 35 | 5F | 16 | 1B | 5B | 29 |
| Octal | 307 | 135 | 11 | 0 | 65 | 137 | 26 | 33 | 133 | 51 |
| Binary | 11000111 | 1011101 | 1001 | 0 | 110101 | 1011111 | 10110 | 11011 | 1011011 | 101001 |
Color Harmonies of #C75D09
Complementary color
Monochromatic Colors of #C75D09
Black with #C75D09
Text Example
Text Example
White with #C75D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75D09; }
p { color: rgb(199,93,9); }
H1.HeaderClassName
{
color: #C75D09;
}
.AnyTagClassName
{
color: #C75D09;
}
</style>
background-color css
<style>
a { background-color: #C75D09; }
a { background-color: rgb(199,93,9); }
div.DivClassName
{
background-color: #C75D09;
}
.BgClassName
{
background-color: #C75D09;
}
</style>
border-color css
<style>
span { border-color: #C75D09; }
span { border-color: rgb(199,93,9); }
td.TdClassName
{
border-color: #C75D09;
}
.TagClassName
{
border-color: #C75D09;
}
</style>