Shades of Tenne (Tawny) #CF4F0E
Tints of Tenne (Tawny) #CF4F0E
RGB
CMYK
RGB Variations
Color information
#CF4F0E (or 0xCF4F0E) is known color: Tenne (Tawny). HEX triplet: CF, 4F and 0E. RGB value is (207,79,14). Sum of RGB (Red+Green+Blue) = 207+79+14=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4F0E is #30B0F1. Grayscale: #6E6E6E. Windows color (decimal): -3191026 or 937935. OLE color: 937935.
HSL color Cylindrical-coordinate representation of color #CF4F0E: hue angle of 20.21º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF4F0E is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 14 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.19 |
| HSL | 20.21º | 0.87% | 0.43% | - |
| HSV(B) | 20.21º | 0.93% | 0.81% | - |
| XYZ | 28.61 | 18.89 | 2.55 | - |
| YUV | 109.86 | 73.91 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 14 | 0 | 0.62 | 0.93 | 0.19 | 20.21 | 0.87 | 0.43 |
| Hex | CF | 4F | E | 0 | 3E | 5D | 13 | 14 | 57 | 2B |
| Octal | 317 | 117 | 16 | 0 | 76 | 135 | 23 | 24 | 127 | 53 |
| Binary | 11001111 | 1001111 | 1110 | 0 | 111110 | 1011101 | 10011 | 10100 | 1010111 | 101011 |
Color Harmonies of #CF4F0E
Complementary color
Monochromatic Colors of #CF4F0E
Black with #CF4F0E
Text Example
Text Example
White with #CF4F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4F0E; }
p { color: rgb(207,79,14); }
H1.HeaderClassName
{
color: #CF4F0E;
}
.AnyTagClassName
{
color: #CF4F0E;
}
</style>
background-color css
<style>
a { background-color: #CF4F0E; }
a { background-color: rgb(207,79,14); }
div.DivClassName
{
background-color: #CF4F0E;
}
.BgClassName
{
background-color: #CF4F0E;
}
</style>
border-color css
<style>
span { border-color: #CF4F0E; }
span { border-color: rgb(207,79,14); }
td.TdClassName
{
border-color: #CF4F0E;
}
.TagClassName
{
border-color: #CF4F0E;
}
</style>