Shades of Tenne (Tawny) #C4520A
Tints of Tenne (Tawny) #C4520A
RGB
CMYK
RGB Variations
Color information
#C4520A (or 0xC4520A) is known color: Tenne (Tawny). HEX triplet: C4, 52 and 0A. RGB value is (196,82,10). Sum of RGB (Red+Green+Blue) = 196+82+10=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C4520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4520A is #3BADF5. Grayscale: #6C6C6C. Windows color (decimal): -3911158 or 676548. OLE color: 676548.
HSL color Cylindrical-coordinate representation of color #C4520A: hue angle of 23.23º 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 #C4520A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 10 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.23 |
| HSL | 23.23º | 0.9% | 0.4% | - |
| HSV(B) | 23.23º | 0.95% | 0.77% | - |
| XYZ | 25.84 | 17.79 | 2.36 | - |
| YUV | 107.88 | 72.77 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 10 | 0 | 0.58 | 0.95 | 0.23 | 23.23 | 0.9 | 0.4 |
| Hex | C4 | 52 | A | 0 | 3A | 5F | 17 | 17 | 5A | 28 |
| Octal | 304 | 122 | 12 | 0 | 72 | 137 | 27 | 27 | 132 | 50 |
| Binary | 11000100 | 1010010 | 1010 | 0 | 111010 | 1011111 | 10111 | 10111 | 1011010 | 101000 |
Color Harmonies of #C4520A
Complementary color
Monochromatic Colors of #C4520A
Black with #C4520A
Text Example
Text Example
White with #C4520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4520A; }
p { color: rgb(196,82,10); }
H1.HeaderClassName
{
color: #C4520A;
}
.AnyTagClassName
{
color: #C4520A;
}
</style>
background-color css
<style>
a { background-color: #C4520A; }
a { background-color: rgb(196,82,10); }
div.DivClassName
{
background-color: #C4520A;
}
.BgClassName
{
background-color: #C4520A;
}
</style>
border-color css
<style>
span { border-color: #C4520A; }
span { border-color: rgb(196,82,10); }
td.TdClassName
{
border-color: #C4520A;
}
.TagClassName
{
border-color: #C4520A;
}
</style>