Shades of Tenne (Tawny) #C4520D
Tints of Tenne (Tawny) #C4520D
RGB
CMYK
RGB Variations
Color information
#C4520D (or 0xC4520D) is known color: Tenne (Tawny). HEX triplet: C4, 52 and 0D. RGB value is (196,82,13). Sum of RGB (Red+Green+Blue) = 196+82+13=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4520D is #3BADF2. Grayscale: #6C6C6C. Windows color (decimal): -3911155 or 873156. OLE color: 873156.
HSL color Cylindrical-coordinate representation of color #C4520D: hue angle of 22.62º 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 #C4520D is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 13 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.23 |
| HSL | 22.62º | 0.88% | 0.41% | - |
| HSV(B) | 22.62º | 0.93% | 0.77% | - |
| XYZ | 25.85 | 17.8 | 2.45 | - |
| YUV | 108.22 | 74.27 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 13 | 0 | 0.58 | 0.93 | 0.23 | 22.62 | 0.88 | 0.41 |
| Hex | C4 | 52 | D | 0 | 3A | 5D | 17 | 17 | 58 | 29 |
| Octal | 304 | 122 | 15 | 0 | 72 | 135 | 27 | 27 | 130 | 51 |
| Binary | 11000100 | 1010010 | 1101 | 0 | 111010 | 1011101 | 10111 | 10111 | 1011000 | 101001 |
Color Harmonies of #C4520D
Complementary color
Monochromatic Colors of #C4520D
Black with #C4520D
Text Example
Text Example
White with #C4520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4520D; }
p { color: rgb(196,82,13); }
H1.HeaderClassName
{
color: #C4520D;
}
.AnyTagClassName
{
color: #C4520D;
}
</style>
background-color css
<style>
a { background-color: #C4520D; }
a { background-color: rgb(196,82,13); }
div.DivClassName
{
background-color: #C4520D;
}
.BgClassName
{
background-color: #C4520D;
}
</style>
border-color css
<style>
span { border-color: #C4520D; }
span { border-color: rgb(196,82,13); }
td.TdClassName
{
border-color: #C4520D;
}
.TagClassName
{
border-color: #C4520D;
}
</style>