Shades of Tenne (Tawny) #D5460A
Tints of Tenne (Tawny) #D5460A
RGB
CMYK
RGB Variations
Color information
#D5460A (or 0xD5460A) is known color: Tenne (Tawny). HEX triplet: D5, 46 and 0A. RGB value is (213,70,10). Sum of RGB (Red+Green+Blue) = 213+70+10=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D5460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5460A is #2AB9F5. Grayscale: #6A6A6A. Windows color (decimal): -2800118 or 673493. OLE color: 673493.
HSL color Cylindrical-coordinate representation of color #D5460A: hue angle of 17.73º degrees, saturation: 0.91, 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 #D5460A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 10 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.16 |
| HSL | 17.73º | 0.91% | 0.44% | - |
| HSV(B) | 17.73º | 0.95% | 0.84% | - |
| XYZ | 29.69 | 18.55 | 2.3 | - |
| YUV | 105.92 | 73.88 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 10 | 0 | 0.67 | 0.95 | 0.16 | 17.73 | 0.91 | 0.44 |
| Hex | D5 | 46 | A | 0 | 43 | 5F | 10 | 12 | 5B | 2C |
| Octal | 325 | 106 | 12 | 0 | 103 | 137 | 20 | 22 | 133 | 54 |
| Binary | 11010101 | 1000110 | 1010 | 0 | 1000011 | 1011111 | 10000 | 10010 | 1011011 | 101100 |
Color Harmonies of #D5460A
Complementary color
Monochromatic Colors of #D5460A
Black with #D5460A
Text Example
Text Example
White with #D5460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5460A; }
p { color: rgb(213,70,10); }
H1.HeaderClassName
{
color: #D5460A;
}
.AnyTagClassName
{
color: #D5460A;
}
</style>
background-color css
<style>
a { background-color: #D5460A; }
a { background-color: rgb(213,70,10); }
div.DivClassName
{
background-color: #D5460A;
}
.BgClassName
{
background-color: #D5460A;
}
</style>
border-color css
<style>
span { border-color: #D5460A; }
span { border-color: rgb(213,70,10); }
td.TdClassName
{
border-color: #D5460A;
}
.TagClassName
{
border-color: #D5460A;
}
</style>