Shades of Tenne (Tawny) #CF580D
Tints of Tenne (Tawny) #CF580D
RGB
CMYK
RGB Variations
Color information
#CF580D (or 0xCF580D) is known color: Tenne (Tawny). HEX triplet: CF, 58 and 0D. RGB value is (207,88,13). Sum of RGB (Red+Green+Blue) = 207+88+13=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF580D is #30A7F2. Grayscale: #737373. Windows color (decimal): -3188723 or 874703. OLE color: 874703.
HSL color Cylindrical-coordinate representation of color #CF580D: hue angle of 23.2º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF580D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 13 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.19 |
| HSL | 23.2º | 0.88% | 0.43% | - |
| HSV(B) | 23.2º | 0.94% | 0.81% | - |
| XYZ | 29.29 | 20.27 | 2.75 | - |
| YUV | 115.03 | 70.42 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 13 | 0 | 0.57 | 0.94 | 0.19 | 23.2 | 0.88 | 0.43 |
| Hex | CF | 58 | D | 0 | 39 | 5E | 13 | 17 | 58 | 2B |
| Octal | 317 | 130 | 15 | 0 | 71 | 136 | 23 | 27 | 130 | 53 |
| Binary | 11001111 | 1011000 | 1101 | 0 | 111001 | 1011110 | 10011 | 10111 | 1011000 | 101011 |
Color Harmonies of #CF580D
Complementary color
Monochromatic Colors of #CF580D
Black with #CF580D
Text Example
Text Example
White with #CF580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF580D; }
p { color: rgb(207,88,13); }
H1.HeaderClassName
{
color: #CF580D;
}
.AnyTagClassName
{
color: #CF580D;
}
</style>
background-color css
<style>
a { background-color: #CF580D; }
a { background-color: rgb(207,88,13); }
div.DivClassName
{
background-color: #CF580D;
}
.BgClassName
{
background-color: #CF580D;
}
</style>
border-color css
<style>
span { border-color: #CF580D; }
span { border-color: rgb(207,88,13); }
td.TdClassName
{
border-color: #CF580D;
}
.TagClassName
{
border-color: #CF580D;
}
</style>