Shades of Tenne (Tawny) #C45F0D
Tints of Tenne (Tawny) #C45F0D
RGB
CMYK
RGB Variations
Color information
#C45F0D (or 0xC45F0D) is known color: Tenne (Tawny). HEX triplet: C4, 5F and 0D. RGB value is (196,95,13). Sum of RGB (Red+Green+Blue) = 196+95+13=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45F0D is #3BA0F2. Grayscale: #747474. Windows color (decimal): -3907827 or 876484. OLE color: 876484.
HSL color Cylindrical-coordinate representation of color #C45F0D: hue angle of 26.89º 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 #C45F0D is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 13 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.23 |
| HSL | 26.89º | 0.88% | 0.41% | - |
| HSV(B) | 26.89º | 0.93% | 0.77% | - |
| XYZ | 26.93 | 19.95 | 2.81 | - |
| YUV | 115.85 | 69.96 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 13 | 0 | 0.52 | 0.93 | 0.23 | 26.89 | 0.88 | 0.41 |
| Hex | C4 | 5F | D | 0 | 34 | 5D | 17 | 1B | 58 | 29 |
| Octal | 304 | 137 | 15 | 0 | 64 | 135 | 27 | 33 | 130 | 51 |
| Binary | 11000100 | 1011111 | 1101 | 0 | 110100 | 1011101 | 10111 | 11011 | 1011000 | 101001 |
Color Harmonies of #C45F0D
Complementary color
Monochromatic Colors of #C45F0D
Black with #C45F0D
Text Example
Text Example
White with #C45F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45F0D; }
p { color: rgb(196,95,13); }
H1.HeaderClassName
{
color: #C45F0D;
}
.AnyTagClassName
{
color: #C45F0D;
}
</style>
background-color css
<style>
a { background-color: #C45F0D; }
a { background-color: rgb(196,95,13); }
div.DivClassName
{
background-color: #C45F0D;
}
.BgClassName
{
background-color: #C45F0D;
}
</style>
border-color css
<style>
span { border-color: #C45F0D; }
span { border-color: rgb(196,95,13); }
td.TdClassName
{
border-color: #C45F0D;
}
.TagClassName
{
border-color: #C45F0D;
}
</style>