Shades of Tenne (Tawny) #CF4D0F
Tints of Tenne (Tawny) #CF4D0F
RGB
CMYK
RGB Variations
Color information
#CF4D0F (or 0xCF4D0F) is known color: Tenne (Tawny). HEX triplet: CF, 4D and 0F. RGB value is (207,77,15). Sum of RGB (Red+Green+Blue) = 207+77+15=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4D0F is #30B2F0. Grayscale: #6D6D6D. Windows color (decimal): -3191537 or 1002959. OLE color: 1002959.
HSL color Cylindrical-coordinate representation of color #CF4D0F: hue angle of 19.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF4D0F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 15 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.19 |
| HSL | 19.38º | 0.86% | 0.44% | - |
| HSV(B) | 19.38º | 0.93% | 0.81% | - |
| XYZ | 28.47 | 18.61 | 2.54 | - |
| YUV | 108.8 | 75.07 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 15 | 0 | 0.63 | 0.93 | 0.19 | 19.38 | 0.86 | 0.44 |
| Hex | CF | 4D | F | 0 | 3F | 5D | 13 | 13 | 56 | 2C |
| Octal | 317 | 115 | 17 | 0 | 77 | 135 | 23 | 23 | 126 | 54 |
| Binary | 11001111 | 1001101 | 1111 | 0 | 111111 | 1011101 | 10011 | 10011 | 1010110 | 101100 |
Color Harmonies of #CF4D0F
Complementary color
Monochromatic Colors of #CF4D0F
Black with #CF4D0F
Text Example
Text Example
White with #CF4D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4D0F; }
p { color: rgb(207,77,15); }
H1.HeaderClassName
{
color: #CF4D0F;
}
.AnyTagClassName
{
color: #CF4D0F;
}
</style>
background-color css
<style>
a { background-color: #CF4D0F; }
a { background-color: rgb(207,77,15); }
div.DivClassName
{
background-color: #CF4D0F;
}
.BgClassName
{
background-color: #CF4D0F;
}
</style>
border-color css
<style>
span { border-color: #CF4D0F; }
span { border-color: rgb(207,77,15); }
td.TdClassName
{
border-color: #CF4D0F;
}
.TagClassName
{
border-color: #CF4D0F;
}
</style>