Shades of Tenne (Tawny) #C55A04
Tints of Tenne (Tawny) #C55A04
RGB
CMYK
RGB Variations
Color information
#C55A04 (or 0xC55A04) is known color: Tenne (Tawny). HEX triplet: C5, 5A and 04. RGB value is (197,90,4). Sum of RGB (Red+Green+Blue) = 197+90+4=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55A04 is #3AA5FB. Grayscale: #707070. Windows color (decimal): -3843580 or 285381. OLE color: 285381.
HSL color Cylindrical-coordinate representation of color #C55A04: hue angle of 26.74º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C55A04 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 4 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.23 |
| HSL | 26.74º | 0.96% | 0.39% | - |
| HSV(B) | 26.74º | 0.98% | 0.77% | - |
| XYZ | 26.7 | 19.19 | 2.41 | - |
| YUV | 112.19 | 66.95 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 4 | 0 | 0.54 | 0.98 | 0.23 | 26.74 | 0.96 | 0.39 |
| Hex | C5 | 5A | 4 | 0 | 36 | 62 | 17 | 1B | 60 | 27 |
| Octal | 305 | 132 | 4 | 0 | 66 | 142 | 27 | 33 | 140 | 47 |
| Binary | 11000101 | 1011010 | 100 | 0 | 110110 | 1100010 | 10111 | 11011 | 1100000 | 100111 |
Color Harmonies of #C55A04
Complementary color
Monochromatic Colors of #C55A04
Black with #C55A04
Text Example
Text Example
White with #C55A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A04; }
p { color: rgb(197,90,4); }
H1.HeaderClassName
{
color: #C55A04;
}
.AnyTagClassName
{
color: #C55A04;
}
</style>
background-color css
<style>
a { background-color: #C55A04; }
a { background-color: rgb(197,90,4); }
div.DivClassName
{
background-color: #C55A04;
}
.BgClassName
{
background-color: #C55A04;
}
</style>
border-color css
<style>
span { border-color: #C55A04; }
span { border-color: rgb(197,90,4); }
td.TdClassName
{
border-color: #C55A04;
}
.TagClassName
{
border-color: #C55A04;
}
</style>