Shades of Tenne (Tawny) #CD4D0E
Tints of Tenne (Tawny) #CD4D0E
RGB
CMYK
RGB Variations
Color information
#CD4D0E (or 0xCD4D0E) is known color: Tenne (Tawny). HEX triplet: CD, 4D and 0E. RGB value is (205,77,14). Sum of RGB (Red+Green+Blue) = 205+77+14=296 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.26% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD4D0E is #32B2F1. Grayscale: #6C6C6C. Windows color (decimal): -3322610 or 937421. OLE color: 937421.
HSL color Cylindrical-coordinate representation of color #CD4D0E: hue angle of 19.79º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD4D0E is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 14 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.20 |
| HSL | 19.79º | 0.87% | 0.43% | - |
| HSV(B) | 19.79º | 0.93% | 0.8% | - |
| XYZ | 27.91 | 18.32 | 2.48 | - |
| YUV | 108.09 | 74.91 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 14 | 0 | 0.62 | 0.93 | 0.20 | 19.79 | 0.87 | 0.43 |
| Hex | CD | 4D | E | 0 | 3E | 5D | 14 | 14 | 57 | 2B |
| Octal | 315 | 115 | 16 | 0 | 76 | 135 | 24 | 24 | 127 | 53 |
| Binary | 11001101 | 1001101 | 1110 | 0 | 111110 | 1011101 | 10100 | 10100 | 1010111 | 101011 |
Color Harmonies of #CD4D0E
Complementary color
Monochromatic Colors of #CD4D0E
Black with #CD4D0E
Text Example
Text Example
White with #CD4D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D0E; }
p { color: rgb(205,77,14); }
H1.HeaderClassName
{
color: #CD4D0E;
}
.AnyTagClassName
{
color: #CD4D0E;
}
</style>
background-color css
<style>
a { background-color: #CD4D0E; }
a { background-color: rgb(205,77,14); }
div.DivClassName
{
background-color: #CD4D0E;
}
.BgClassName
{
background-color: #CD4D0E;
}
</style>
border-color css
<style>
span { border-color: #CD4D0E; }
span { border-color: rgb(205,77,14); }
td.TdClassName
{
border-color: #CD4D0E;
}
.TagClassName
{
border-color: #CD4D0E;
}
</style>