Shades of Tenne (Tawny) #C5530A
Tints of Tenne (Tawny) #C5530A
RGB
CMYK
RGB Variations
Color information
#C5530A (or 0xC5530A) is known color: Tenne (Tawny). HEX triplet: C5, 53 and 0A. RGB value is (197,83,10). Sum of RGB (Red+Green+Blue) = 197+83+10=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C5530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5530A is #3AACF5. Grayscale: #6D6D6D. Windows color (decimal): -3845366 or 676805. OLE color: 676805.
HSL color Cylindrical-coordinate representation of color #C5530A: hue angle of 23.42º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5530A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 10 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.23 |
| HSL | 23.42º | 0.9% | 0.41% | - |
| HSV(B) | 23.42º | 0.95% | 0.77% | - |
| XYZ | 26.17 | 18.08 | 2.4 | - |
| YUV | 108.76 | 72.27 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 10 | 0 | 0.58 | 0.95 | 0.23 | 23.42 | 0.9 | 0.41 |
| Hex | C5 | 53 | A | 0 | 3A | 5F | 17 | 17 | 5A | 29 |
| Octal | 305 | 123 | 12 | 0 | 72 | 137 | 27 | 27 | 132 | 51 |
| Binary | 11000101 | 1010011 | 1010 | 0 | 111010 | 1011111 | 10111 | 10111 | 1011010 | 101001 |
Color Harmonies of #C5530A
Complementary color
Monochromatic Colors of #C5530A
Black with #C5530A
Text Example
Text Example
White with #C5530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5530A; }
p { color: rgb(197,83,10); }
H1.HeaderClassName
{
color: #C5530A;
}
.AnyTagClassName
{
color: #C5530A;
}
</style>
background-color css
<style>
a { background-color: #C5530A; }
a { background-color: rgb(197,83,10); }
div.DivClassName
{
background-color: #C5530A;
}
.BgClassName
{
background-color: #C5530A;
}
</style>
border-color css
<style>
span { border-color: #C5530A; }
span { border-color: rgb(197,83,10); }
td.TdClassName
{
border-color: #C5530A;
}
.TagClassName
{
border-color: #C5530A;
}
</style>