Shades of Tenne (Tawny) #C45B0A
Tints of Tenne (Tawny) #C45B0A
RGB
CMYK
RGB Variations
Color information
#C45B0A (or 0xC45B0A) is known color: Tenne (Tawny). HEX triplet: C4, 5B and 0A. RGB value is (196,91,10). Sum of RGB (Red+Green+Blue) = 196+91+10=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45B0A is #3BA4F5. Grayscale: #717171. Windows color (decimal): -3908854 or 678852. OLE color: 678852.
HSL color Cylindrical-coordinate representation of color #C45B0A: hue angle of 26.13º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C45B0A is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 10 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.23 |
| HSL | 26.13º | 0.9% | 0.4% | - |
| HSV(B) | 26.13º | 0.95% | 0.77% | - |
| XYZ | 26.56 | 19.24 | 2.6 | - |
| YUV | 113.16 | 69.79 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 10 | 0 | 0.54 | 0.95 | 0.23 | 26.13 | 0.9 | 0.4 |
| Hex | C4 | 5B | A | 0 | 36 | 5F | 17 | 1A | 5A | 28 |
| Octal | 304 | 133 | 12 | 0 | 66 | 137 | 27 | 32 | 132 | 50 |
| Binary | 11000100 | 1011011 | 1010 | 0 | 110110 | 1011111 | 10111 | 11010 | 1011010 | 101000 |
Color Harmonies of #C45B0A
Complementary color
Monochromatic Colors of #C45B0A
Black with #C45B0A
Text Example
Text Example
White with #C45B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45B0A; }
p { color: rgb(196,91,10); }
H1.HeaderClassName
{
color: #C45B0A;
}
.AnyTagClassName
{
color: #C45B0A;
}
</style>
background-color css
<style>
a { background-color: #C45B0A; }
a { background-color: rgb(196,91,10); }
div.DivClassName
{
background-color: #C45B0A;
}
.BgClassName
{
background-color: #C45B0A;
}
</style>
border-color css
<style>
span { border-color: #C45B0A; }
span { border-color: rgb(196,91,10); }
td.TdClassName
{
border-color: #C45B0A;
}
.TagClassName
{
border-color: #C45B0A;
}
</style>