Shades of Tenne (Tawny) #C75D00
Tints of Tenne (Tawny) #C75D00
RGB
CMYK
RGB Variations
Color information
#C75D00 (or 0xC75D00) is known color: Tenne (Tawny). HEX triplet: C7, 5D and 00. RGB value is (199,93,0). Sum of RGB (Red+Green+Blue) = 199+93+0=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75D00 is #38A2FF. Grayscale: #727272. Windows color (decimal): -3711744 or 24007. OLE color: 24007.
HSL color Cylindrical-coordinate representation of color #C75D00: hue angle of 28.04º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C75D00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.22 |
| HSL | 28.04º | 1% | 0.39% | - |
| HSV(B) | 28.04º | 1% | 0.78% | - |
| XYZ | 27.47 | 19.97 | 2.41 | - |
| YUV | 114.09 | 63.62 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 0 | 0 | 0.53 | 1 | 0.22 | 28.04 | 1 | 0.39 |
| Hex | C7 | 5D | 0 | 0 | 35 | 64 | 16 | 1C | 64 | 27 |
| Octal | 307 | 135 | 0 | 0 | 65 | 144 | 26 | 34 | 144 | 47 |
| Binary | 11000111 | 1011101 | 0 | 0 | 110101 | 1100100 | 10110 | 11100 | 1100100 | 100111 |
Color Harmonies of #C75D00
Complementary color
Monochromatic Colors of #C75D00
Black with #C75D00
Text Example
Text Example
White with #C75D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75D00; }
p { color: rgb(199,93,0); }
H1.HeaderClassName
{
color: #C75D00;
}
.AnyTagClassName
{
color: #C75D00;
}
</style>
background-color css
<style>
a { background-color: #C75D00; }
a { background-color: rgb(199,93,0); }
div.DivClassName
{
background-color: #C75D00;
}
.BgClassName
{
background-color: #C75D00;
}
</style>
border-color css
<style>
span { border-color: #C75D00; }
span { border-color: rgb(199,93,0); }
td.TdClassName
{
border-color: #C75D00;
}
.TagClassName
{
border-color: #C75D00;
}
</style>