Shades of Tenne (Tawny) #C45D12
Tints of Tenne (Tawny) #C45D12
RGB
CMYK
RGB Variations
Color information
#C45D12 (or 0xC45D12) is known color: Tenne (Tawny). HEX triplet: C4, 5D and 12. RGB value is (196,93,18). Sum of RGB (Red+Green+Blue) = 196+93+18=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45D12 is #3BA2ED. Grayscale: #737373. Windows color (decimal): -3908334 or 1203652. OLE color: 1203652.
HSL color Cylindrical-coordinate representation of color #C45D12: hue angle of 25.28º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C45D12 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 18 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.23 |
| HSL | 25.28º | 0.83% | 0.42% | - |
| HSV(B) | 25.28º | 0.91% | 0.77% | - |
| XYZ | 26.79 | 19.61 | 2.95 | - |
| YUV | 115.25 | 73.12 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 18 | 0 | 0.53 | 0.91 | 0.23 | 25.28 | 0.83 | 0.42 |
| Hex | C4 | 5D | 12 | 0 | 35 | 5B | 17 | 19 | 53 | 2A |
| Octal | 304 | 135 | 22 | 0 | 65 | 133 | 27 | 31 | 123 | 52 |
| Binary | 11000100 | 1011101 | 10010 | 0 | 110101 | 1011011 | 10111 | 11001 | 1010011 | 101010 |
Color Harmonies of #C45D12
Complementary color
Monochromatic Colors of #C45D12
Black with #C45D12
Text Example
Text Example
White with #C45D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D12; }
p { color: rgb(196,93,18); }
H1.HeaderClassName
{
color: #C45D12;
}
.AnyTagClassName
{
color: #C45D12;
}
</style>
background-color css
<style>
a { background-color: #C45D12; }
a { background-color: rgb(196,93,18); }
div.DivClassName
{
background-color: #C45D12;
}
.BgClassName
{
background-color: #C45D12;
}
</style>
border-color css
<style>
span { border-color: #C45D12; }
span { border-color: rgb(196,93,18); }
td.TdClassName
{
border-color: #C45D12;
}
.TagClassName
{
border-color: #C45D12;
}
</style>