Shades of Tenne (Tawny) #D7520D
Tints of Tenne (Tawny) #D7520D
RGB
CMYK
RGB Variations
Color information
#D7520D (or 0xD7520D) is known color: Tenne (Tawny). HEX triplet: D7, 52 and 0D. RGB value is (215,82,13). Sum of RGB (Red+Green+Blue) = 215+82+13=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D7520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7520D is #28ADF2. Grayscale: #727272. Windows color (decimal): -2665971 or 873175. OLE color: 873175.
HSL color Cylindrical-coordinate representation of color #D7520D: hue angle of 20.5º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7520D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.16 |
| HSL | 20.5º | 0.89% | 0.45% | - |
| HSV(B) | 20.5º | 0.94% | 0.84% | - |
| XYZ | 31.11 | 20.51 | 2.7 | - |
| YUV | 113.9 | 71.06 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 13 | 0 | 0.62 | 0.94 | 0.16 | 20.5 | 0.89 | 0.45 |
| Hex | D7 | 52 | D | 0 | 3E | 5E | 10 | 14 | 59 | 2D |
| Octal | 327 | 122 | 15 | 0 | 76 | 136 | 20 | 24 | 131 | 55 |
| Binary | 11010111 | 1010010 | 1101 | 0 | 111110 | 1011110 | 10000 | 10100 | 1011001 | 101101 |
Color Harmonies of #D7520D
Complementary color
Monochromatic Colors of #D7520D
Black with #D7520D
Text Example
Text Example
White with #D7520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7520D; }
p { color: rgb(215,82,13); }
H1.HeaderClassName
{
color: #D7520D;
}
.AnyTagClassName
{
color: #D7520D;
}
</style>
background-color css
<style>
a { background-color: #D7520D; }
a { background-color: rgb(215,82,13); }
div.DivClassName
{
background-color: #D7520D;
}
.BgClassName
{
background-color: #D7520D;
}
</style>
border-color css
<style>
span { border-color: #D7520D; }
span { border-color: rgb(215,82,13); }
td.TdClassName
{
border-color: #D7520D;
}
.TagClassName
{
border-color: #D7520D;
}
</style>