Shades of Tenne (Tawny) #D55912
Tints of Tenne (Tawny) #D55912
RGB
CMYK
RGB Variations
Color information
#D55912 (or 0xD55912) is known color: Tenne (Tawny). HEX triplet: D5, 59 and 12. RGB value is (213,89,18). Sum of RGB (Red+Green+Blue) = 213+89+18=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D55912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55912 is #2AA6ED. Grayscale: #767676. Windows color (decimal): -2795246 or 1202645. OLE color: 1202645.
HSL color Cylindrical-coordinate representation of color #D55912: hue angle of 21.85º degrees, saturation: 0.84, 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 #D55912 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 18 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.16 |
| HSL | 21.85º | 0.84% | 0.45% | - |
| HSV(B) | 21.85º | 0.92% | 0.84% | - |
| XYZ | 31.12 | 21.33 | 3.05 | - |
| YUV | 117.98 | 71.58 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 18 | 0 | 0.58 | 0.92 | 0.16 | 21.85 | 0.84 | 0.45 |
| Hex | D5 | 59 | 12 | 0 | 3A | 5C | 10 | 16 | 54 | 2D |
| Octal | 325 | 131 | 22 | 0 | 72 | 134 | 20 | 26 | 124 | 55 |
| Binary | 11010101 | 1011001 | 10010 | 0 | 111010 | 1011100 | 10000 | 10110 | 1010100 | 101101 |
Color Harmonies of #D55912
Complementary color
Monochromatic Colors of #D55912
Black with #D55912
Text Example
Text Example
White with #D55912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55912; }
p { color: rgb(213,89,18); }
H1.HeaderClassName
{
color: #D55912;
}
.AnyTagClassName
{
color: #D55912;
}
</style>
background-color css
<style>
a { background-color: #D55912; }
a { background-color: rgb(213,89,18); }
div.DivClassName
{
background-color: #D55912;
}
.BgClassName
{
background-color: #D55912;
}
</style>
border-color css
<style>
span { border-color: #D55912; }
span { border-color: rgb(213,89,18); }
td.TdClassName
{
border-color: #D55912;
}
.TagClassName
{
border-color: #D55912;
}
</style>