Shades of Tenne (Tawny) #D75210
Tints of Tenne (Tawny) #D75210
RGB
CMYK
RGB Variations
Color information
#D75210 (or 0xD75210) is known color: Tenne (Tawny). HEX triplet: D7, 52 and 10. RGB value is (215,82,16). Sum of RGB (Red+Green+Blue) = 215+82+16=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D75210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75210 is #28ADEF. Grayscale: #727272. Windows color (decimal): -2665968 or 1069783. OLE color: 1069783.
HSL color Cylindrical-coordinate representation of color #D75210: hue angle of 19.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D75210 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 16 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.16 |
| HSL | 19.9º | 0.86% | 0.45% | - |
| HSV(B) | 19.9º | 0.93% | 0.84% | - |
| XYZ | 31.14 | 20.52 | 2.81 | - |
| YUV | 114.24 | 72.56 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 16 | 0 | 0.62 | 0.93 | 0.16 | 19.9 | 0.86 | 0.45 |
| Hex | D7 | 52 | 10 | 0 | 3E | 5D | 10 | 14 | 56 | 2D |
| Octal | 327 | 122 | 20 | 0 | 76 | 135 | 20 | 24 | 126 | 55 |
| Binary | 11010111 | 1010010 | 10000 | 0 | 111110 | 1011101 | 10000 | 10100 | 1010110 | 101101 |
Color Harmonies of #D75210
Complementary color
Monochromatic Colors of #D75210
Black with #D75210
Text Example
Text Example
White with #D75210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75210; }
p { color: rgb(215,82,16); }
H1.HeaderClassName
{
color: #D75210;
}
.AnyTagClassName
{
color: #D75210;
}
</style>
background-color css
<style>
a { background-color: #D75210; }
a { background-color: rgb(215,82,16); }
div.DivClassName
{
background-color: #D75210;
}
.BgClassName
{
background-color: #D75210;
}
</style>
border-color css
<style>
span { border-color: #D75210; }
span { border-color: rgb(215,82,16); }
td.TdClassName
{
border-color: #D75210;
}
.TagClassName
{
border-color: #D75210;
}
</style>