Shades of Tenne (Tawny) #CD5E00
Tints of Tenne (Tawny) #CD5E00
RGB
CMYK
RGB Variations
Color information
#CD5E00 (or 0xCD5E00) is known color: Tenne (Tawny). HEX triplet: CD, 5E and 00. RGB value is (205,94,0). Sum of RGB (Red+Green+Blue) = 205+94+0=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5E00 is #32A1FF. Grayscale: #747474. Windows color (decimal): -3318272 or 24269. OLE color: 24269.
HSL color Cylindrical-coordinate representation of color #CD5E00: hue angle of 27.51º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD5E00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 94 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.20 |
| HSL | 27.51º | 1% | 0.4% | - |
| HSV(B) | 27.51º | 1% | 0.8% | - |
| XYZ | 29.18 | 20.98 | 2.51 | - |
| YUV | 116.47 | 62.27 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 94 | 0 | 0 | 0.54 | 1 | 0.20 | 27.51 | 1 | 0.4 |
| Hex | CD | 5E | 0 | 0 | 36 | 64 | 14 | 1C | 64 | 28 |
| Octal | 315 | 136 | 0 | 0 | 66 | 144 | 24 | 34 | 144 | 50 |
| Binary | 11001101 | 1011110 | 0 | 0 | 110110 | 1100100 | 10100 | 11100 | 1100100 | 101000 |
Color Harmonies of #CD5E00
Complementary color
Monochromatic Colors of #CD5E00
Black with #CD5E00
Text Example
Text Example
White with #CD5E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5E00; }
p { color: rgb(205,94,0); }
H1.HeaderClassName
{
color: #CD5E00;
}
.AnyTagClassName
{
color: #CD5E00;
}
</style>
background-color css
<style>
a { background-color: #CD5E00; }
a { background-color: rgb(205,94,0); }
div.DivClassName
{
background-color: #CD5E00;
}
.BgClassName
{
background-color: #CD5E00;
}
</style>
border-color css
<style>
span { border-color: #CD5E00; }
span { border-color: rgb(205,94,0); }
td.TdClassName
{
border-color: #CD5E00;
}
.TagClassName
{
border-color: #CD5E00;
}
</style>