Shades of Tenne (Tawny) #CD5315
Tints of Tenne (Tawny) #CD5315
RGB
CMYK
RGB Variations
Color information
#CD5315 (or 0xCD5315) is known color: Tenne (Tawny). HEX triplet: CD, 53 and 15. RGB value is (205,83,21). Sum of RGB (Red+Green+Blue) = 205+83+21=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5315 is #32ACEA. Grayscale: #707070. Windows color (decimal): -3321067 or 1397709. OLE color: 1397709.
HSL color Cylindrical-coordinate representation of color #CD5315: hue angle of 20.22º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD5315 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 83 | 21 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.20 |
| HSL | 20.22º | 0.81% | 0.44% | - |
| HSV(B) | 20.22º | 0.9% | 0.8% | - |
| XYZ | 28.41 | 19.22 | 2.92 | - |
| YUV | 112.41 | 76.42 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 21 | 0 | 0.60 | 0.90 | 0.20 | 20.22 | 0.81 | 0.44 |
| Hex | CD | 53 | 15 | 0 | 3C | 5A | 14 | 14 | 51 | 2C |
| Octal | 315 | 123 | 25 | 0 | 74 | 132 | 24 | 24 | 121 | 54 |
| Binary | 11001101 | 1010011 | 10101 | 0 | 111100 | 1011010 | 10100 | 10100 | 1010001 | 101100 |
Color Harmonies of #CD5315
Complementary color
Monochromatic Colors of #CD5315
Black with #CD5315
Text Example
Text Example
White with #CD5315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5315; }
p { color: rgb(205,83,21); }
H1.HeaderClassName
{
color: #CD5315;
}
.AnyTagClassName
{
color: #CD5315;
}
</style>
background-color css
<style>
a { background-color: #CD5315; }
a { background-color: rgb(205,83,21); }
div.DivClassName
{
background-color: #CD5315;
}
.BgClassName
{
background-color: #CD5315;
}
</style>
border-color css
<style>
span { border-color: #CD5315; }
span { border-color: rgb(205,83,21); }
td.TdClassName
{
border-color: #CD5315;
}
.TagClassName
{
border-color: #CD5315;
}
</style>