Shades of Tenne (Tawny) #D4520B
Tints of Tenne (Tawny) #D4520B
RGB
CMYK
RGB Variations
Color information
#D4520B (or 0xD4520B) is known color: Tenne (Tawny). HEX triplet: D4, 52 and 0B. RGB value is (212,82,11). Sum of RGB (Red+Green+Blue) = 212+82+11=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D4520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4520B is #2BADF4. Grayscale: #717171. Windows color (decimal): -2862581 or 742100. OLE color: 742100.
HSL color Cylindrical-coordinate representation of color #D4520B: hue angle of 21.19º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4520B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.17 |
| HSL | 21.19º | 0.9% | 0.44% | - |
| HSV(B) | 21.19º | 0.95% | 0.83% | - |
| XYZ | 30.23 | 20.06 | 2.59 | - |
| YUV | 112.78 | 70.57 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 11 | 0 | 0.61 | 0.95 | 0.17 | 21.19 | 0.9 | 0.44 |
| Hex | D4 | 52 | B | 0 | 3D | 5F | 11 | 15 | 5A | 2C |
| Octal | 324 | 122 | 13 | 0 | 75 | 137 | 21 | 25 | 132 | 54 |
| Binary | 11010100 | 1010010 | 1011 | 0 | 111101 | 1011111 | 10001 | 10101 | 1011010 | 101100 |
Color Harmonies of #D4520B
Complementary color
Monochromatic Colors of #D4520B
Black with #D4520B
Text Example
Text Example
White with #D4520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4520B; }
p { color: rgb(212,82,11); }
H1.HeaderClassName
{
color: #D4520B;
}
.AnyTagClassName
{
color: #D4520B;
}
</style>
background-color css
<style>
a { background-color: #D4520B; }
a { background-color: rgb(212,82,11); }
div.DivClassName
{
background-color: #D4520B;
}
.BgClassName
{
background-color: #D4520B;
}
</style>
border-color css
<style>
span { border-color: #D4520B; }
span { border-color: rgb(212,82,11); }
td.TdClassName
{
border-color: #D4520B;
}
.TagClassName
{
border-color: #D4520B;
}
</style>