Shades of Tenne (Tawny) #CD5512
Tints of Tenne (Tawny) #CD5512
RGB
CMYK
RGB Variations
Color information
#CD5512 (or 0xCD5512) is known color: Tenne (Tawny). HEX triplet: CD, 55 and 12. RGB value is (205,85,18). Sum of RGB (Red+Green+Blue) = 205+85+18=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5512 is #32AAED. Grayscale: #717171. Windows color (decimal): -3320558 or 1201613. OLE color: 1201613.
HSL color Cylindrical-coordinate representation of color #CD5512: hue angle of 21.5º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD5512 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 85 | 18 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.20 |
| HSL | 21.5º | 0.84% | 0.44% | - |
| HSV(B) | 21.5º | 0.91% | 0.8% | - |
| XYZ | 28.53 | 19.52 | 2.84 | - |
| YUV | 113.24 | 74.26 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 85 | 18 | 0 | 0.59 | 0.91 | 0.20 | 21.5 | 0.84 | 0.44 |
| Hex | CD | 55 | 12 | 0 | 3B | 5B | 14 | 15 | 54 | 2C |
| Octal | 315 | 125 | 22 | 0 | 73 | 133 | 24 | 25 | 124 | 54 |
| Binary | 11001101 | 1010101 | 10010 | 0 | 111011 | 1011011 | 10100 | 10101 | 1010100 | 101100 |
Color Harmonies of #CD5512
Complementary color
Monochromatic Colors of #CD5512
Black with #CD5512
Text Example
Text Example
White with #CD5512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5512; }
p { color: rgb(205,85,18); }
H1.HeaderClassName
{
color: #CD5512;
}
.AnyTagClassName
{
color: #CD5512;
}
</style>
background-color css
<style>
a { background-color: #CD5512; }
a { background-color: rgb(205,85,18); }
div.DivClassName
{
background-color: #CD5512;
}
.BgClassName
{
background-color: #CD5512;
}
</style>
border-color css
<style>
span { border-color: #CD5512; }
span { border-color: rgb(205,85,18); }
td.TdClassName
{
border-color: #CD5512;
}
.TagClassName
{
border-color: #CD5512;
}
</style>