Shades of Tenne (Tawny) #D45713
Tints of Tenne (Tawny) #D45713
RGB
CMYK
RGB Variations
Color information
#D45713 (or 0xD45713) is known color: Tenne (Tawny). HEX triplet: D4, 57 and 13. RGB value is (212,87,19). Sum of RGB (Red+Green+Blue) = 212+87+19=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D45713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45713 is #2BA8EC. Grayscale: #757575. Windows color (decimal): -2861293 or 1267668. OLE color: 1267668.
HSL color Cylindrical-coordinate representation of color #D45713: hue angle of 21.14º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D45713 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 87 | 19 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.17 |
| HSL | 21.14º | 0.84% | 0.45% | - |
| HSV(B) | 21.14º | 0.91% | 0.83% | - |
| XYZ | 30.68 | 20.86 | 3.03 | - |
| YUV | 116.62 | 72.91 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 87 | 19 | 0 | 0.59 | 0.91 | 0.17 | 21.14 | 0.84 | 0.45 |
| Hex | D4 | 57 | 13 | 0 | 3B | 5B | 11 | 15 | 54 | 2D |
| Octal | 324 | 127 | 23 | 0 | 73 | 133 | 21 | 25 | 124 | 55 |
| Binary | 11010100 | 1010111 | 10011 | 0 | 111011 | 1011011 | 10001 | 10101 | 1010100 | 101101 |
Color Harmonies of #D45713
Complementary color
Monochromatic Colors of #D45713
Black with #D45713
Text Example
Text Example
White with #D45713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45713; }
p { color: rgb(212,87,19); }
H1.HeaderClassName
{
color: #D45713;
}
.AnyTagClassName
{
color: #D45713;
}
</style>
background-color css
<style>
a { background-color: #D45713; }
a { background-color: rgb(212,87,19); }
div.DivClassName
{
background-color: #D45713;
}
.BgClassName
{
background-color: #D45713;
}
</style>
border-color css
<style>
span { border-color: #D45713; }
span { border-color: rgb(212,87,19); }
td.TdClassName
{
border-color: #D45713;
}
.TagClassName
{
border-color: #D45713;
}
</style>