Shades of Tenne (Tawny) #C4550D
Tints of Tenne (Tawny) #C4550D
RGB
CMYK
RGB Variations
Color information
#C4550D (or 0xC4550D) is known color: Tenne (Tawny). HEX triplet: C4, 55 and 0D. RGB value is (196,85,13). Sum of RGB (Red+Green+Blue) = 196+85+13=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4550D is #3BAAF2. Grayscale: #6E6E6E. Windows color (decimal): -3910387 or 873924. OLE color: 873924.
HSL color Cylindrical-coordinate representation of color #C4550D: hue angle of 23.61º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4550D is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 13 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.23 |
| HSL | 23.61º | 0.88% | 0.41% | - |
| HSV(B) | 23.61º | 0.93% | 0.77% | - |
| XYZ | 26.09 | 18.26 | 2.53 | - |
| YUV | 109.98 | 73.27 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 13 | 0 | 0.57 | 0.93 | 0.23 | 23.61 | 0.88 | 0.41 |
| Hex | C4 | 55 | D | 0 | 39 | 5D | 17 | 18 | 58 | 29 |
| Octal | 304 | 125 | 15 | 0 | 71 | 135 | 27 | 30 | 130 | 51 |
| Binary | 11000100 | 1010101 | 1101 | 0 | 111001 | 1011101 | 10111 | 11000 | 1011000 | 101001 |
Color Harmonies of #C4550D
Complementary color
Monochromatic Colors of #C4550D
Black with #C4550D
Text Example
Text Example
White with #C4550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4550D; }
p { color: rgb(196,85,13); }
H1.HeaderClassName
{
color: #C4550D;
}
.AnyTagClassName
{
color: #C4550D;
}
</style>
background-color css
<style>
a { background-color: #C4550D; }
a { background-color: rgb(196,85,13); }
div.DivClassName
{
background-color: #C4550D;
}
.BgClassName
{
background-color: #C4550D;
}
</style>
border-color css
<style>
span { border-color: #C4550D; }
span { border-color: rgb(196,85,13); }
td.TdClassName
{
border-color: #C4550D;
}
.TagClassName
{
border-color: #C4550D;
}
</style>