Shades of Tenne (Tawny) #D54808
Tints of Tenne (Tawny) #D54808
RGB
CMYK
RGB Variations
Color information
#D54808 (or 0xD54808) is known color: Tenne (Tawny). HEX triplet: D5, 48 and 08. RGB value is (213,72,8). Sum of RGB (Red+Green+Blue) = 213+72+8=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D54808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54808 is #2AB7F7. Grayscale: #6B6B6B. Windows color (decimal): -2799608 or 542933. OLE color: 542933.
HSL color Cylindrical-coordinate representation of color #D54808: hue angle of 18.73º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D54808 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 8 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.16 |
| HSL | 18.73º | 0.93% | 0.43% | - |
| HSV(B) | 18.73º | 0.96% | 0.84% | - |
| XYZ | 29.8 | 18.8 | 2.29 | - |
| YUV | 106.86 | 72.21 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 8 | 0 | 0.66 | 0.96 | 0.16 | 18.73 | 0.93 | 0.43 |
| Hex | D5 | 48 | 8 | 0 | 42 | 60 | 10 | 13 | 5D | 2B |
| Octal | 325 | 110 | 10 | 0 | 102 | 140 | 20 | 23 | 135 | 53 |
| Binary | 11010101 | 1001000 | 1000 | 0 | 1000010 | 1100000 | 10000 | 10011 | 1011101 | 101011 |
Color Harmonies of #D54808
Complementary color
Monochromatic Colors of #D54808
Black with #D54808
Text Example
Text Example
White with #D54808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54808; }
p { color: rgb(213,72,8); }
H1.HeaderClassName
{
color: #D54808;
}
.AnyTagClassName
{
color: #D54808;
}
</style>
background-color css
<style>
a { background-color: #D54808; }
a { background-color: rgb(213,72,8); }
div.DivClassName
{
background-color: #D54808;
}
.BgClassName
{
background-color: #D54808;
}
</style>
border-color css
<style>
span { border-color: #D54808; }
span { border-color: rgb(213,72,8); }
td.TdClassName
{
border-color: #D54808;
}
.TagClassName
{
border-color: #D54808;
}
</style>