Shades of Tenne (Tawny) #C7550D
Tints of Tenne (Tawny) #C7550D
RGB
CMYK
RGB Variations
Color information
#C7550D (or 0xC7550D) is known color: Tenne (Tawny). HEX triplet: C7, 55 and 0D. RGB value is (199,85,13). Sum of RGB (Red+Green+Blue) = 199+85+13=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7550D is #38AAF2. Grayscale: #6F6F6F. Windows color (decimal): -3713779 or 873927. OLE color: 873927.
HSL color Cylindrical-coordinate representation of color #C7550D: hue angle of 23.23º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7550D is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 13 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.22 |
| HSL | 23.23º | 0.88% | 0.42% | - |
| HSV(B) | 23.23º | 0.93% | 0.78% | - |
| XYZ | 26.87 | 18.67 | 2.57 | - |
| YUV | 110.88 | 72.77 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 13 | 0 | 0.57 | 0.93 | 0.22 | 23.23 | 0.88 | 0.42 |
| Hex | C7 | 55 | D | 0 | 39 | 5D | 16 | 17 | 58 | 2A |
| Octal | 307 | 125 | 15 | 0 | 71 | 135 | 26 | 27 | 130 | 52 |
| Binary | 11000111 | 1010101 | 1101 | 0 | 111001 | 1011101 | 10110 | 10111 | 1011000 | 101010 |
Color Harmonies of #C7550D
Complementary color
Monochromatic Colors of #C7550D
Black with #C7550D
Text Example
Text Example
White with #C7550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7550D; }
p { color: rgb(199,85,13); }
H1.HeaderClassName
{
color: #C7550D;
}
.AnyTagClassName
{
color: #C7550D;
}
</style>
background-color css
<style>
a { background-color: #C7550D; }
a { background-color: rgb(199,85,13); }
div.DivClassName
{
background-color: #C7550D;
}
.BgClassName
{
background-color: #C7550D;
}
</style>
border-color css
<style>
span { border-color: #C7550D; }
span { border-color: rgb(199,85,13); }
td.TdClassName
{
border-color: #C7550D;
}
.TagClassName
{
border-color: #C7550D;
}
</style>