Shades of Tenne (Tawny) #CF520B
Tints of Tenne (Tawny) #CF520B
RGB
CMYK
RGB Variations
Color information
#CF520B (or 0xCF520B) is known color: Tenne (Tawny). HEX triplet: CF, 52 and 0B. RGB value is (207,82,11). Sum of RGB (Red+Green+Blue) = 207+82+11=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF520B is #30ADF4. Grayscale: #6F6F6F. Windows color (decimal): -3190261 or 742095. OLE color: 742095.
HSL color Cylindrical-coordinate representation of color #CF520B: hue angle of 21.73º 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 #CF520B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 11 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.19 |
| HSL | 21.73º | 0.9% | 0.43% | - |
| HSV(B) | 21.73º | 0.95% | 0.81% | - |
| XYZ | 28.81 | 19.32 | 2.53 | - |
| YUV | 111.28 | 71.41 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 11 | 0 | 0.60 | 0.95 | 0.19 | 21.73 | 0.9 | 0.43 |
| Hex | CF | 52 | B | 0 | 3C | 5F | 13 | 16 | 5A | 2B |
| Octal | 317 | 122 | 13 | 0 | 74 | 137 | 23 | 26 | 132 | 53 |
| Binary | 11001111 | 1010010 | 1011 | 0 | 111100 | 1011111 | 10011 | 10110 | 1011010 | 101011 |
Color Harmonies of #CF520B
Complementary color
Monochromatic Colors of #CF520B
Black with #CF520B
Text Example
Text Example
White with #CF520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF520B; }
p { color: rgb(207,82,11); }
H1.HeaderClassName
{
color: #CF520B;
}
.AnyTagClassName
{
color: #CF520B;
}
</style>
background-color css
<style>
a { background-color: #CF520B; }
a { background-color: rgb(207,82,11); }
div.DivClassName
{
background-color: #CF520B;
}
.BgClassName
{
background-color: #CF520B;
}
</style>
border-color css
<style>
span { border-color: #CF520B; }
span { border-color: rgb(207,82,11); }
td.TdClassName
{
border-color: #CF520B;
}
.TagClassName
{
border-color: #CF520B;
}
</style>