Shades of Tenne (Tawny) #CD4D0F
Tints of Tenne (Tawny) #CD4D0F
RGB
CMYK
RGB Variations
Color information
#CD4D0F (or 0xCD4D0F) is known color: Tenne (Tawny). HEX triplet: CD, 4D and 0F. RGB value is (205,77,15). Sum of RGB (Red+Green+Blue) = 205+77+15=297 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.02% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD4D0F is #32B2F0. Grayscale: #6C6C6C. Windows color (decimal): -3322609 or 1002957. OLE color: 1002957.
HSL color Cylindrical-coordinate representation of color #CD4D0F: hue angle of 19.58º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD4D0F is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 15 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.20 |
| HSL | 19.58º | 0.86% | 0.43% | - |
| HSV(B) | 19.58º | 0.93% | 0.8% | - |
| XYZ | 27.92 | 18.32 | 2.52 | - |
| YUV | 108.2 | 75.41 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 15 | 0 | 0.62 | 0.93 | 0.20 | 19.58 | 0.86 | 0.43 |
| Hex | CD | 4D | F | 0 | 3E | 5D | 14 | 14 | 56 | 2B |
| Octal | 315 | 115 | 17 | 0 | 76 | 135 | 24 | 24 | 126 | 53 |
| Binary | 11001101 | 1001101 | 1111 | 0 | 111110 | 1011101 | 10100 | 10100 | 1010110 | 101011 |
Color Harmonies of #CD4D0F
Complementary color
Monochromatic Colors of #CD4D0F
Black with #CD4D0F
Text Example
Text Example
White with #CD4D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D0F; }
p { color: rgb(205,77,15); }
H1.HeaderClassName
{
color: #CD4D0F;
}
.AnyTagClassName
{
color: #CD4D0F;
}
</style>
background-color css
<style>
a { background-color: #CD4D0F; }
a { background-color: rgb(205,77,15); }
div.DivClassName
{
background-color: #CD4D0F;
}
.BgClassName
{
background-color: #CD4D0F;
}
</style>
border-color css
<style>
span { border-color: #CD4D0F; }
span { border-color: rgb(205,77,15); }
td.TdClassName
{
border-color: #CD4D0F;
}
.TagClassName
{
border-color: #CD4D0F;
}
</style>