Shades of Tenne (Tawny) #D5460B
Tints of Tenne (Tawny) #D5460B
RGB
CMYK
RGB Variations
Color information
#D5460B (or 0xD5460B) is known color: Tenne (Tawny). HEX triplet: D5, 46 and 0B. RGB value is (213,70,11). Sum of RGB (Red+Green+Blue) = 213+70+11=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D5460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5460B is #2AB9F4. Grayscale: #6A6A6A. Windows color (decimal): -2800117 or 739029. OLE color: 739029.
HSL color Cylindrical-coordinate representation of color #D5460B: hue angle of 17.52º 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 #D5460B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.16 |
| HSL | 17.52º | 0.9% | 0.44% | - |
| HSV(B) | 17.52º | 0.95% | 0.84% | - |
| XYZ | 29.69 | 18.55 | 2.33 | - |
| YUV | 106.03 | 74.38 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 11 | 0 | 0.67 | 0.95 | 0.16 | 17.52 | 0.9 | 0.44 |
| Hex | D5 | 46 | B | 0 | 43 | 5F | 10 | 12 | 5A | 2C |
| Octal | 325 | 106 | 13 | 0 | 103 | 137 | 20 | 22 | 132 | 54 |
| Binary | 11010101 | 1000110 | 1011 | 0 | 1000011 | 1011111 | 10000 | 10010 | 1011010 | 101100 |
Color Harmonies of #D5460B
Complementary color
Monochromatic Colors of #D5460B
Black with #D5460B
Text Example
Text Example
White with #D5460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5460B; }
p { color: rgb(213,70,11); }
H1.HeaderClassName
{
color: #D5460B;
}
.AnyTagClassName
{
color: #D5460B;
}
</style>
background-color css
<style>
a { background-color: #D5460B; }
a { background-color: rgb(213,70,11); }
div.DivClassName
{
background-color: #D5460B;
}
.BgClassName
{
background-color: #D5460B;
}
</style>
border-color css
<style>
span { border-color: #D5460B; }
span { border-color: rgb(213,70,11); }
td.TdClassName
{
border-color: #D5460B;
}
.TagClassName
{
border-color: #D5460B;
}
</style>