Shades of Tenne (Tawny) #D75411
Tints of Tenne (Tawny) #D75411
RGB
CMYK
RGB Variations
Color information
#D75411 (or 0xD75411) is known color: Tenne (Tawny). HEX triplet: D7, 54 and 11. RGB value is (215,84,17). Sum of RGB (Red+Green+Blue) = 215+84+17=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D75411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75411 is #28ABEE. Grayscale: #737373. Windows color (decimal): -2665455 or 1135831. OLE color: 1135831.
HSL color Cylindrical-coordinate representation of color #D75411: hue angle of 20.3º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D75411 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 17 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.16 |
| HSL | 20.3º | 0.85% | 0.45% | - |
| HSV(B) | 20.3º | 0.92% | 0.84% | - |
| XYZ | 31.3 | 20.83 | 2.9 | - |
| YUV | 115.53 | 72.4 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 17 | 0 | 0.61 | 0.92 | 0.16 | 20.3 | 0.85 | 0.45 |
| Hex | D7 | 54 | 11 | 0 | 3D | 5C | 10 | 14 | 55 | 2D |
| Octal | 327 | 124 | 21 | 0 | 75 | 134 | 20 | 24 | 125 | 55 |
| Binary | 11010111 | 1010100 | 10001 | 0 | 111101 | 1011100 | 10000 | 10100 | 1010101 | 101101 |
Color Harmonies of #D75411
Complementary color
Monochromatic Colors of #D75411
Black with #D75411
Text Example
Text Example
White with #D75411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75411; }
p { color: rgb(215,84,17); }
H1.HeaderClassName
{
color: #D75411;
}
.AnyTagClassName
{
color: #D75411;
}
</style>
background-color css
<style>
a { background-color: #D75411; }
a { background-color: rgb(215,84,17); }
div.DivClassName
{
background-color: #D75411;
}
.BgClassName
{
background-color: #D75411;
}
</style>
border-color css
<style>
span { border-color: #D75411; }
span { border-color: rgb(215,84,17); }
td.TdClassName
{
border-color: #D75411;
}
.TagClassName
{
border-color: #D75411;
}
</style>