Shades of Tenne (Tawny) #CD4C0A
Tints of Tenne (Tawny) #CD4C0A
RGB
CMYK
RGB Variations
Color information
#CD4C0A (or 0xCD4C0A) is known color: Tenne (Tawny). HEX triplet: CD, 4C and 0A. RGB value is (205,76,10). Sum of RGB (Red+Green+Blue) = 205+76+10=291 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.45% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4C0A is #32B3F5. Grayscale: #6B6B6B. Windows color (decimal): -3322870 or 675021. OLE color: 675021.
HSL color Cylindrical-coordinate representation of color #CD4C0A: hue angle of 20.31º 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 #CD4C0A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 76 | 10 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.20 |
| HSL | 20.31º | 0.91% | 0.42% | - |
| HSV(B) | 20.31º | 0.95% | 0.8% | - |
| XYZ | 27.82 | 18.17 | 2.33 | - |
| YUV | 107.05 | 73.24 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 76 | 10 | 0 | 0.63 | 0.95 | 0.20 | 20.31 | 0.91 | 0.42 |
| Hex | CD | 4C | A | 0 | 3F | 5F | 14 | 14 | 5B | 2A |
| Octal | 315 | 114 | 12 | 0 | 77 | 137 | 24 | 24 | 133 | 52 |
| Binary | 11001101 | 1001100 | 1010 | 0 | 111111 | 1011111 | 10100 | 10100 | 1011011 | 101010 |
Color Harmonies of #CD4C0A
Complementary color
Monochromatic Colors of #CD4C0A
Black with #CD4C0A
Text Example
Text Example
White with #CD4C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4C0A; }
p { color: rgb(205,76,10); }
H1.HeaderClassName
{
color: #CD4C0A;
}
.AnyTagClassName
{
color: #CD4C0A;
}
</style>
background-color css
<style>
a { background-color: #CD4C0A; }
a { background-color: rgb(205,76,10); }
div.DivClassName
{
background-color: #CD4C0A;
}
.BgClassName
{
background-color: #CD4C0A;
}
</style>
border-color css
<style>
span { border-color: #CD4C0A; }
span { border-color: rgb(205,76,10); }
td.TdClassName
{
border-color: #CD4C0A;
}
.TagClassName
{
border-color: #CD4C0A;
}
</style>