Shades of Tenne (Tawny) #CD540D
Tints of Tenne (Tawny) #CD540D
RGB
CMYK
RGB Variations
Color information
#CD540D (or 0xCD540D) is known color: Tenne (Tawny). HEX triplet: CD, 54 and 0D. RGB value is (205,84,13). Sum of RGB (Red+Green+Blue) = 205+84+13=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD540D is #32ABF2. Grayscale: #707070. Windows color (decimal): -3320819 or 873677. OLE color: 873677.
HSL color Cylindrical-coordinate representation of color #CD540D: hue angle of 22.19º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD540D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 84 | 13 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.20 |
| HSL | 22.19º | 0.88% | 0.43% | - |
| HSV(B) | 22.19º | 0.94% | 0.8% | - |
| XYZ | 28.42 | 19.35 | 2.62 | - |
| YUV | 112.09 | 72.09 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 84 | 13 | 0 | 0.59 | 0.94 | 0.20 | 22.19 | 0.88 | 0.43 |
| Hex | CD | 54 | D | 0 | 3B | 5E | 14 | 16 | 58 | 2B |
| Octal | 315 | 124 | 15 | 0 | 73 | 136 | 24 | 26 | 130 | 53 |
| Binary | 11001101 | 1010100 | 1101 | 0 | 111011 | 1011110 | 10100 | 10110 | 1011000 | 101011 |
Color Harmonies of #CD540D
Complementary color
Monochromatic Colors of #CD540D
Black with #CD540D
Text Example
Text Example
White with #CD540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD540D; }
p { color: rgb(205,84,13); }
H1.HeaderClassName
{
color: #CD540D;
}
.AnyTagClassName
{
color: #CD540D;
}
</style>
background-color css
<style>
a { background-color: #CD540D; }
a { background-color: rgb(205,84,13); }
div.DivClassName
{
background-color: #CD540D;
}
.BgClassName
{
background-color: #CD540D;
}
</style>
border-color css
<style>
span { border-color: #CD540D; }
span { border-color: rgb(205,84,13); }
td.TdClassName
{
border-color: #CD540D;
}
.TagClassName
{
border-color: #CD540D;
}
</style>