Shades of Tenne (Tawny) #C4540C
Tints of Tenne (Tawny) #C4540C
RGB
CMYK
RGB Variations
Color information
#C4540C (or 0xC4540C) is known color: Tenne (Tawny). HEX triplet: C4, 54 and 0C. RGB value is (196,84,12). Sum of RGB (Red+Green+Blue) = 196+84+12=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C4540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4540C is #3BABF3. Grayscale: #6D6D6D. Windows color (decimal): -3910644 or 808132. OLE color: 808132.
HSL color Cylindrical-coordinate representation of color #C4540C: hue angle of 23.48º degrees, saturation: 0.88, 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 #C4540C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 12 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.23 |
| HSL | 23.48º | 0.88% | 0.41% | - |
| HSV(B) | 23.48º | 0.94% | 0.77% | - |
| XYZ | 26 | 18.1 | 2.47 | - |
| YUV | 109.28 | 73.11 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 12 | 0 | 0.57 | 0.94 | 0.23 | 23.48 | 0.88 | 0.41 |
| Hex | C4 | 54 | C | 0 | 39 | 5E | 17 | 17 | 58 | 29 |
| Octal | 304 | 124 | 14 | 0 | 71 | 136 | 27 | 27 | 130 | 51 |
| Binary | 11000100 | 1010100 | 1100 | 0 | 111001 | 1011110 | 10111 | 10111 | 1011000 | 101001 |
Color Harmonies of #C4540C
Complementary color
Monochromatic Colors of #C4540C
Black with #C4540C
Text Example
Text Example
White with #C4540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4540C; }
p { color: rgb(196,84,12); }
H1.HeaderClassName
{
color: #C4540C;
}
.AnyTagClassName
{
color: #C4540C;
}
</style>
background-color css
<style>
a { background-color: #C4540C; }
a { background-color: rgb(196,84,12); }
div.DivClassName
{
background-color: #C4540C;
}
.BgClassName
{
background-color: #C4540C;
}
</style>
border-color css
<style>
span { border-color: #C4540C; }
span { border-color: rgb(196,84,12); }
td.TdClassName
{
border-color: #C4540C;
}
.TagClassName
{
border-color: #C4540C;
}
</style>