Shades of Tenne (Tawny) #C4580B
Tints of Tenne (Tawny) #C4580B
RGB
CMYK
RGB Variations
Color information
#C4580B (or 0xC4580B) is known color: Tenne (Tawny). HEX triplet: C4, 58 and 0B. RGB value is (196,88,11). Sum of RGB (Red+Green+Blue) = 196+88+11=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4580B is #3BA7F4. Grayscale: #6F6F6F. Windows color (decimal): -3909621 or 743620. OLE color: 743620.
HSL color Cylindrical-coordinate representation of color #C4580B: hue angle of 24.97º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4580B is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 11 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.23 |
| HSL | 24.97º | 0.89% | 0.41% | - |
| HSV(B) | 24.97º | 0.94% | 0.77% | - |
| XYZ | 26.32 | 18.74 | 2.55 | - |
| YUV | 111.51 | 71.28 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 11 | 0 | 0.55 | 0.94 | 0.23 | 24.97 | 0.89 | 0.41 |
| Hex | C4 | 58 | B | 0 | 37 | 5E | 17 | 19 | 59 | 29 |
| Octal | 304 | 130 | 13 | 0 | 67 | 136 | 27 | 31 | 131 | 51 |
| Binary | 11000100 | 1011000 | 1011 | 0 | 110111 | 1011110 | 10111 | 11001 | 1011001 | 101001 |
Color Harmonies of #C4580B
Complementary color
Monochromatic Colors of #C4580B
Black with #C4580B
Text Example
Text Example
White with #C4580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4580B; }
p { color: rgb(196,88,11); }
H1.HeaderClassName
{
color: #C4580B;
}
.AnyTagClassName
{
color: #C4580B;
}
</style>
background-color css
<style>
a { background-color: #C4580B; }
a { background-color: rgb(196,88,11); }
div.DivClassName
{
background-color: #C4580B;
}
.BgClassName
{
background-color: #C4580B;
}
</style>
border-color css
<style>
span { border-color: #C4580B; }
span { border-color: rgb(196,88,11); }
td.TdClassName
{
border-color: #C4580B;
}
.TagClassName
{
border-color: #C4580B;
}
</style>