Shades of Tenne (Tawny) #CF4F0B
Tints of Tenne (Tawny) #CF4F0B
RGB
CMYK
RGB Variations
Color information
#CF4F0B (or 0xCF4F0B) is known color: Tenne (Tawny). HEX triplet: CF, 4F and 0B. RGB value is (207,79,11). Sum of RGB (Red+Green+Blue) = 207+79+11=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4F0B is #30B0F4. Grayscale: #6D6D6D. Windows color (decimal): -3191029 or 741327. OLE color: 741327.
HSL color Cylindrical-coordinate representation of color #CF4F0B: hue angle of 20.82º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF4F0B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 11 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.19 |
| HSL | 20.82º | 0.9% | 0.43% | - |
| HSV(B) | 20.82º | 0.95% | 0.81% | - |
| XYZ | 28.59 | 18.88 | 2.45 | - |
| YUV | 109.52 | 72.41 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 11 | 0 | 0.62 | 0.95 | 0.19 | 20.82 | 0.9 | 0.43 |
| Hex | CF | 4F | B | 0 | 3E | 5F | 13 | 15 | 5A | 2B |
| Octal | 317 | 117 | 13 | 0 | 76 | 137 | 23 | 25 | 132 | 53 |
| Binary | 11001111 | 1001111 | 1011 | 0 | 111110 | 1011111 | 10011 | 10101 | 1011010 | 101011 |
Color Harmonies of #CF4F0B
Complementary color
Monochromatic Colors of #CF4F0B
Black with #CF4F0B
Text Example
Text Example
White with #CF4F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4F0B; }
p { color: rgb(207,79,11); }
H1.HeaderClassName
{
color: #CF4F0B;
}
.AnyTagClassName
{
color: #CF4F0B;
}
</style>
background-color css
<style>
a { background-color: #CF4F0B; }
a { background-color: rgb(207,79,11); }
div.DivClassName
{
background-color: #CF4F0B;
}
.BgClassName
{
background-color: #CF4F0B;
}
</style>
border-color css
<style>
span { border-color: #CF4F0B; }
span { border-color: rgb(207,79,11); }
td.TdClassName
{
border-color: #CF4F0B;
}
.TagClassName
{
border-color: #CF4F0B;
}
</style>