Shades of Tenne (Tawny) #C75700
Tints of Tenne (Tawny) #C75700
RGB
CMYK
RGB Variations
Color information
#C75700 (or 0xC75700) is known color: Tenne (Tawny). HEX triplet: C7, 57 and 00. RGB value is (199,87,0). Sum of RGB (Red+Green+Blue) = 199+87+0=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C75700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75700 is #38A8FF. Grayscale: #6F6F6F. Windows color (decimal): -3713280 or 22471. OLE color: 22471.
HSL color Cylindrical-coordinate representation of color #C75700: hue angle of 26.23º 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 #C75700 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.22 |
| HSL | 26.23º | 1% | 0.39% | - |
| HSV(B) | 26.23º | 1% | 0.78% | - |
| XYZ | 26.96 | 18.96 | 2.24 | - |
| YUV | 110.57 | 65.61 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 0 | 0 | 0.56 | 1 | 0.22 | 26.23 | 1 | 0.39 |
| Hex | C7 | 57 | 0 | 0 | 38 | 64 | 16 | 1A | 64 | 27 |
| Octal | 307 | 127 | 0 | 0 | 70 | 144 | 26 | 32 | 144 | 47 |
| Binary | 11000111 | 1010111 | 0 | 0 | 111000 | 1100100 | 10110 | 11010 | 1100100 | 100111 |
Color Harmonies of #C75700
Complementary color
Monochromatic Colors of #C75700
Black with #C75700
Text Example
Text Example
White with #C75700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75700; }
p { color: rgb(199,87,0); }
H1.HeaderClassName
{
color: #C75700;
}
.AnyTagClassName
{
color: #C75700;
}
</style>
background-color css
<style>
a { background-color: #C75700; }
a { background-color: rgb(199,87,0); }
div.DivClassName
{
background-color: #C75700;
}
.BgClassName
{
background-color: #C75700;
}
</style>
border-color css
<style>
span { border-color: #C75700; }
span { border-color: rgb(199,87,0); }
td.TdClassName
{
border-color: #C75700;
}
.TagClassName
{
border-color: #C75700;
}
</style>