Shades of Tenne (Tawny) #C4580D
Tints of Tenne (Tawny) #C4580D
RGB
CMYK
RGB Variations
Color information
#C4580D (or 0xC4580D) is known color: Tenne (Tawny). HEX triplet: C4, 58 and 0D. RGB value is (196,88,13). Sum of RGB (Red+Green+Blue) = 196+88+13=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C4580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4580D is #3BA7F2. Grayscale: #707070. Windows color (decimal): -3909619 or 874692. OLE color: 874692.
HSL color Cylindrical-coordinate representation of color #C4580D: hue angle of 24.59º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4580D is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 13 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.23 |
| HSL | 24.59º | 0.88% | 0.41% | - |
| HSV(B) | 24.59º | 0.93% | 0.77% | - |
| XYZ | 26.33 | 18.74 | 2.61 | - |
| YUV | 111.74 | 72.28 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 13 | 0 | 0.55 | 0.93 | 0.23 | 24.59 | 0.88 | 0.41 |
| Hex | C4 | 58 | D | 0 | 37 | 5D | 17 | 19 | 58 | 29 |
| Octal | 304 | 130 | 15 | 0 | 67 | 135 | 27 | 31 | 130 | 51 |
| Binary | 11000100 | 1011000 | 1101 | 0 | 110111 | 1011101 | 10111 | 11001 | 1011000 | 101001 |
Color Harmonies of #C4580D
Complementary color
Monochromatic Colors of #C4580D
Black with #C4580D
Text Example
Text Example
White with #C4580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4580D; }
p { color: rgb(196,88,13); }
H1.HeaderClassName
{
color: #C4580D;
}
.AnyTagClassName
{
color: #C4580D;
}
</style>
background-color css
<style>
a { background-color: #C4580D; }
a { background-color: rgb(196,88,13); }
div.DivClassName
{
background-color: #C4580D;
}
.BgClassName
{
background-color: #C4580D;
}
</style>
border-color css
<style>
span { border-color: #C4580D; }
span { border-color: rgb(196,88,13); }
td.TdClassName
{
border-color: #C4580D;
}
.TagClassName
{
border-color: #C4580D;
}
</style>