Shades of Tenne (Tawny) #C45F0B
Tints of Tenne (Tawny) #C45F0B
RGB
CMYK
RGB Variations
Color information
#C45F0B (or 0xC45F0B) is known color: Tenne (Tawny). HEX triplet: C4, 5F and 0B. RGB value is (196,95,11). Sum of RGB (Red+Green+Blue) = 196+95+11=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45F0B is #3BA0F4. Grayscale: #747474. Windows color (decimal): -3907829 or 745412. OLE color: 745412.
HSL color Cylindrical-coordinate representation of color #C45F0B: hue angle of 27.24º 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 #C45F0B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 11 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.23 |
| HSL | 27.24º | 0.89% | 0.41% | - |
| HSV(B) | 27.24º | 0.94% | 0.77% | - |
| XYZ | 26.92 | 19.94 | 2.75 | - |
| YUV | 115.62 | 68.96 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 11 | 0 | 0.52 | 0.94 | 0.23 | 27.24 | 0.89 | 0.41 |
| Hex | C4 | 5F | B | 0 | 34 | 5E | 17 | 1B | 59 | 29 |
| Octal | 304 | 137 | 13 | 0 | 64 | 136 | 27 | 33 | 131 | 51 |
| Binary | 11000100 | 1011111 | 1011 | 0 | 110100 | 1011110 | 10111 | 11011 | 1011001 | 101001 |
Color Harmonies of #C45F0B
Complementary color
Monochromatic Colors of #C45F0B
Black with #C45F0B
Text Example
Text Example
White with #C45F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45F0B; }
p { color: rgb(196,95,11); }
H1.HeaderClassName
{
color: #C45F0B;
}
.AnyTagClassName
{
color: #C45F0B;
}
</style>
background-color css
<style>
a { background-color: #C45F0B; }
a { background-color: rgb(196,95,11); }
div.DivClassName
{
background-color: #C45F0B;
}
.BgClassName
{
background-color: #C45F0B;
}
</style>
border-color css
<style>
span { border-color: #C45F0B; }
span { border-color: rgb(196,95,11); }
td.TdClassName
{
border-color: #C45F0B;
}
.TagClassName
{
border-color: #C45F0B;
}
</style>