Shades of Tenne (Tawny) #C4560D
Tints of Tenne (Tawny) #C4560D
RGB
CMYK
RGB Variations
Color information
#C4560D (or 0xC4560D) is known color: Tenne (Tawny). HEX triplet: C4, 56 and 0D. RGB value is (196,86,13). Sum of RGB (Red+Green+Blue) = 196+86+13=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4560D is #3BA9F2. Grayscale: #6E6E6E. Windows color (decimal): -3910131 or 874180. OLE color: 874180.
HSL color Cylindrical-coordinate representation of color #C4560D: hue angle of 23.93º 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 #C4560D is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 13 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.23 |
| HSL | 23.93º | 0.88% | 0.41% | - |
| HSV(B) | 23.93º | 0.93% | 0.77% | - |
| XYZ | 26.17 | 18.42 | 2.56 | - |
| YUV | 110.57 | 72.94 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 13 | 0 | 0.56 | 0.93 | 0.23 | 23.93 | 0.88 | 0.41 |
| Hex | C4 | 56 | D | 0 | 38 | 5D | 17 | 18 | 58 | 29 |
| Octal | 304 | 126 | 15 | 0 | 70 | 135 | 27 | 30 | 130 | 51 |
| Binary | 11000100 | 1010110 | 1101 | 0 | 111000 | 1011101 | 10111 | 11000 | 1011000 | 101001 |
Color Harmonies of #C4560D
Complementary color
Monochromatic Colors of #C4560D
Black with #C4560D
Text Example
Text Example
White with #C4560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4560D; }
p { color: rgb(196,86,13); }
H1.HeaderClassName
{
color: #C4560D;
}
.AnyTagClassName
{
color: #C4560D;
}
</style>
background-color css
<style>
a { background-color: #C4560D; }
a { background-color: rgb(196,86,13); }
div.DivClassName
{
background-color: #C4560D;
}
.BgClassName
{
background-color: #C4560D;
}
</style>
border-color css
<style>
span { border-color: #C4560D; }
span { border-color: rgb(196,86,13); }
td.TdClassName
{
border-color: #C4560D;
}
.TagClassName
{
border-color: #C4560D;
}
</style>