Shades of Tenne (Tawny) #CD520E
Tints of Tenne (Tawny) #CD520E
RGB
CMYK
RGB Variations
Color information
#CD520E (or 0xCD520E) is known color: Tenne (Tawny). HEX triplet: CD, 52 and 0E. RGB value is (205,82,14). Sum of RGB (Red+Green+Blue) = 205+82+14=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD520E is #32ADF1. Grayscale: #6F6F6F. Windows color (decimal): -3321330 or 938701. OLE color: 938701.
HSL color Cylindrical-coordinate representation of color #CD520E: hue angle of 21.36º 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 #CD520E is Cyan = 0, Magento = 0.6, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 82 | 14 | - |
| CMYK | 0 | 0.6 | 0.93 | 0.20 |
| HSL | 21.36º | 0.87% | 0.43% | - |
| HSV(B) | 21.36º | 0.93% | 0.8% | - |
| XYZ | 28.27 | 19.05 | 2.6 | - |
| YUV | 111.03 | 73.25 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 82 | 14 | 0 | 0.6 | 0.93 | 0.20 | 21.36 | 0.87 | 0.43 |
| Hex | CD | 52 | E | 0 | 3C | 5D | 14 | 15 | 57 | 2B |
| Octal | 315 | 122 | 16 | 0 | 74 | 135 | 24 | 25 | 127 | 53 |
| Binary | 11001101 | 1010010 | 1110 | 0 | 111100 | 1011101 | 10100 | 10101 | 1010111 | 101011 |
Color Harmonies of #CD520E
Complementary color
Monochromatic Colors of #CD520E
Black with #CD520E
Text Example
Text Example
White with #CD520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD520E; }
p { color: rgb(205,82,14); }
H1.HeaderClassName
{
color: #CD520E;
}
.AnyTagClassName
{
color: #CD520E;
}
</style>
background-color css
<style>
a { background-color: #CD520E; }
a { background-color: rgb(205,82,14); }
div.DivClassName
{
background-color: #CD520E;
}
.BgClassName
{
background-color: #CD520E;
}
</style>
border-color css
<style>
span { border-color: #CD520E; }
span { border-color: rgb(205,82,14); }
td.TdClassName
{
border-color: #CD520E;
}
.TagClassName
{
border-color: #CD520E;
}
</style>