Shades of Tenne (Tawny) #C7540D
Tints of Tenne (Tawny) #C7540D
RGB
CMYK
RGB Variations
Color information
#C7540D (or 0xC7540D) is known color: Tenne (Tawny). HEX triplet: C7, 54 and 0D. RGB value is (199,84,13). Sum of RGB (Red+Green+Blue) = 199+84+13=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C7540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7540D is #38ABF2. Grayscale: #6E6E6E. Windows color (decimal): -3714035 or 873671. OLE color: 873671.
HSL color Cylindrical-coordinate representation of color #C7540D: hue angle of 22.9º 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 #C7540D is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 13 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.22 |
| HSL | 22.9º | 0.88% | 0.42% | - |
| HSV(B) | 22.9º | 0.93% | 0.78% | - |
| XYZ | 26.8 | 18.51 | 2.54 | - |
| YUV | 110.29 | 73.1 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 13 | 0 | 0.58 | 0.93 | 0.22 | 22.9 | 0.88 | 0.42 |
| Hex | C7 | 54 | D | 0 | 3A | 5D | 16 | 17 | 58 | 2A |
| Octal | 307 | 124 | 15 | 0 | 72 | 135 | 26 | 27 | 130 | 52 |
| Binary | 11000111 | 1010100 | 1101 | 0 | 111010 | 1011101 | 10110 | 10111 | 1011000 | 101010 |
Color Harmonies of #C7540D
Complementary color
Monochromatic Colors of #C7540D
Black with #C7540D
Text Example
Text Example
White with #C7540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7540D; }
p { color: rgb(199,84,13); }
H1.HeaderClassName
{
color: #C7540D;
}
.AnyTagClassName
{
color: #C7540D;
}
</style>
background-color css
<style>
a { background-color: #C7540D; }
a { background-color: rgb(199,84,13); }
div.DivClassName
{
background-color: #C7540D;
}
.BgClassName
{
background-color: #C7540D;
}
</style>
border-color css
<style>
span { border-color: #C7540D; }
span { border-color: rgb(199,84,13); }
td.TdClassName
{
border-color: #C7540D;
}
.TagClassName
{
border-color: #C7540D;
}
</style>