Shades of Tenne (Tawny) #CD5A0A
Tints of Tenne (Tawny) #CD5A0A
RGB
CMYK
RGB Variations
Color information
#CD5A0A (or 0xCD5A0A) is known color: Tenne (Tawny). HEX triplet: CD, 5A and 0A. RGB value is (205,90,10). Sum of RGB (Red+Green+Blue) = 205+90+10=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5A0A is #32A5F5. Grayscale: #737373. Windows color (decimal): -3319286 or 678605. OLE color: 678605.
HSL color Cylindrical-coordinate representation of color #CD5A0A: hue angle of 24.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD5A0A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 90 | 10 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.20 |
| HSL | 24.62º | 0.91% | 0.42% | - |
| HSV(B) | 24.62º | 0.95% | 0.8% | - |
| XYZ | 28.89 | 20.31 | 2.69 | - |
| YUV | 115.27 | 68.6 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 90 | 10 | 0 | 0.56 | 0.95 | 0.20 | 24.62 | 0.91 | 0.42 |
| Hex | CD | 5A | A | 0 | 38 | 5F | 14 | 19 | 5B | 2A |
| Octal | 315 | 132 | 12 | 0 | 70 | 137 | 24 | 31 | 133 | 52 |
| Binary | 11001101 | 1011010 | 1010 | 0 | 111000 | 1011111 | 10100 | 11001 | 1011011 | 101010 |
Color Harmonies of #CD5A0A
Complementary color
Monochromatic Colors of #CD5A0A
Black with #CD5A0A
Text Example
Text Example
White with #CD5A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5A0A; }
p { color: rgb(205,90,10); }
H1.HeaderClassName
{
color: #CD5A0A;
}
.AnyTagClassName
{
color: #CD5A0A;
}
</style>
background-color css
<style>
a { background-color: #CD5A0A; }
a { background-color: rgb(205,90,10); }
div.DivClassName
{
background-color: #CD5A0A;
}
.BgClassName
{
background-color: #CD5A0A;
}
</style>
border-color css
<style>
span { border-color: #CD5A0A; }
span { border-color: rgb(205,90,10); }
td.TdClassName
{
border-color: #CD5A0A;
}
.TagClassName
{
border-color: #CD5A0A;
}
</style>