Shades of Tenne (Tawny) #C45A0B
Tints of Tenne (Tawny) #C45A0B
RGB
CMYK
RGB Variations
Color information
#C45A0B (or 0xC45A0B) is known color: Tenne (Tawny). HEX triplet: C4, 5A and 0B. RGB value is (196,90,11). Sum of RGB (Red+Green+Blue) = 196+90+11=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45A0B is #3BA5F4. Grayscale: #717171. Windows color (decimal): -3909109 or 744132. OLE color: 744132.
HSL color Cylindrical-coordinate representation of color #C45A0B: hue angle of 25.62º 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 #C45A0B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 11 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.23 |
| HSL | 25.62º | 0.89% | 0.41% | - |
| HSV(B) | 25.62º | 0.94% | 0.77% | - |
| XYZ | 26.48 | 19.07 | 2.6 | - |
| YUV | 112.69 | 70.62 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 11 | 0 | 0.54 | 0.94 | 0.23 | 25.62 | 0.89 | 0.41 |
| Hex | C4 | 5A | B | 0 | 36 | 5E | 17 | 1A | 59 | 29 |
| Octal | 304 | 132 | 13 | 0 | 66 | 136 | 27 | 32 | 131 | 51 |
| Binary | 11000100 | 1011010 | 1011 | 0 | 110110 | 1011110 | 10111 | 11010 | 1011001 | 101001 |
Color Harmonies of #C45A0B
Complementary color
Monochromatic Colors of #C45A0B
Black with #C45A0B
Text Example
Text Example
White with #C45A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A0B; }
p { color: rgb(196,90,11); }
H1.HeaderClassName
{
color: #C45A0B;
}
.AnyTagClassName
{
color: #C45A0B;
}
</style>
background-color css
<style>
a { background-color: #C45A0B; }
a { background-color: rgb(196,90,11); }
div.DivClassName
{
background-color: #C45A0B;
}
.BgClassName
{
background-color: #C45A0B;
}
</style>
border-color css
<style>
span { border-color: #C45A0B; }
span { border-color: rgb(196,90,11); }
td.TdClassName
{
border-color: #C45A0B;
}
.TagClassName
{
border-color: #C45A0B;
}
</style>