Shades of Tenne (Tawny) #CD4A0A
Tints of Tenne (Tawny) #CD4A0A
RGB
CMYK
RGB Variations
Color information
#CD4A0A (or 0xCD4A0A) is known color: Tenne (Tawny). HEX triplet: CD, 4A and 0A. RGB value is (205,74,10). Sum of RGB (Red+Green+Blue) = 205+74+10=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4A0A is #32B5F5. Grayscale: #6A6A6A. Windows color (decimal): -3323382 or 674509. OLE color: 674509.
HSL color Cylindrical-coordinate representation of color #CD4A0A: hue angle of 19.69º 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 #CD4A0A is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 10 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.20 |
| HSL | 19.69º | 0.91% | 0.42% | - |
| HSV(B) | 19.69º | 0.95% | 0.8% | - |
| XYZ | 27.68 | 17.9 | 2.28 | - |
| YUV | 105.87 | 73.9 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 10 | 0 | 0.64 | 0.95 | 0.20 | 19.69 | 0.91 | 0.42 |
| Hex | CD | 4A | A | 0 | 40 | 5F | 14 | 14 | 5B | 2A |
| Octal | 315 | 112 | 12 | 0 | 100 | 137 | 24 | 24 | 133 | 52 |
| Binary | 11001101 | 1001010 | 1010 | 0 | 1000000 | 1011111 | 10100 | 10100 | 1011011 | 101010 |
Color Harmonies of #CD4A0A
Complementary color
Monochromatic Colors of #CD4A0A
Black with #CD4A0A
Text Example
Text Example
White with #CD4A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A0A; }
p { color: rgb(205,74,10); }
H1.HeaderClassName
{
color: #CD4A0A;
}
.AnyTagClassName
{
color: #CD4A0A;
}
</style>
background-color css
<style>
a { background-color: #CD4A0A; }
a { background-color: rgb(205,74,10); }
div.DivClassName
{
background-color: #CD4A0A;
}
.BgClassName
{
background-color: #CD4A0A;
}
</style>
border-color css
<style>
span { border-color: #CD4A0A; }
span { border-color: rgb(205,74,10); }
td.TdClassName
{
border-color: #CD4A0A;
}
.TagClassName
{
border-color: #CD4A0A;
}
</style>