Shades of Tenne (Tawny) #D7520B
Tints of Tenne (Tawny) #D7520B
RGB
CMYK
RGB Variations
Color information
#D7520B (or 0xD7520B) is known color: Tenne (Tawny). HEX triplet: D7, 52 and 0B. RGB value is (215,82,11). Sum of RGB (Red+Green+Blue) = 215+82+11=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D7520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7520B is #28ADF4. Grayscale: #727272. Windows color (decimal): -2665973 or 742103. OLE color: 742103.
HSL color Cylindrical-coordinate representation of color #D7520B: hue angle of 20.88º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7520B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 82 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.16 |
| HSL | 20.88º | 0.9% | 0.44% | - |
| HSV(B) | 20.88º | 0.95% | 0.84% | - |
| XYZ | 31.1 | 20.51 | 2.64 | - |
| YUV | 113.67 | 70.06 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 82 | 11 | 0 | 0.62 | 0.95 | 0.16 | 20.88 | 0.9 | 0.44 |
| Hex | D7 | 52 | B | 0 | 3E | 5F | 10 | 15 | 5A | 2C |
| Octal | 327 | 122 | 13 | 0 | 76 | 137 | 20 | 25 | 132 | 54 |
| Binary | 11010111 | 1010010 | 1011 | 0 | 111110 | 1011111 | 10000 | 10101 | 1011010 | 101100 |
Color Harmonies of #D7520B
Complementary color
Monochromatic Colors of #D7520B
Black with #D7520B
Text Example
Text Example
White with #D7520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7520B; }
p { color: rgb(215,82,11); }
H1.HeaderClassName
{
color: #D7520B;
}
.AnyTagClassName
{
color: #D7520B;
}
</style>
background-color css
<style>
a { background-color: #D7520B; }
a { background-color: rgb(215,82,11); }
div.DivClassName
{
background-color: #D7520B;
}
.BgClassName
{
background-color: #D7520B;
}
</style>
border-color css
<style>
span { border-color: #D7520B; }
span { border-color: rgb(215,82,11); }
td.TdClassName
{
border-color: #D7520B;
}
.TagClassName
{
border-color: #D7520B;
}
</style>