Shades of Tenne (Tawny) #C5530B
Tints of Tenne (Tawny) #C5530B
RGB
CMYK
RGB Variations
Color information
#C5530B (or 0xC5530B) is known color: Tenne (Tawny). HEX triplet: C5, 53 and 0B. RGB value is (197,83,11). Sum of RGB (Red+Green+Blue) = 197+83+11=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5530B is #3AACF4. Grayscale: #6D6D6D. Windows color (decimal): -3845365 or 742341. OLE color: 742341.
HSL color Cylindrical-coordinate representation of color #C5530B: hue angle of 23.23º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5530B is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 11 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.23 |
| HSL | 23.23º | 0.89% | 0.41% | - |
| HSV(B) | 23.23º | 0.94% | 0.77% | - |
| XYZ | 26.18 | 18.08 | 2.43 | - |
| YUV | 108.88 | 72.77 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 11 | 0 | 0.58 | 0.94 | 0.23 | 23.23 | 0.89 | 0.41 |
| Hex | C5 | 53 | B | 0 | 3A | 5E | 17 | 17 | 59 | 29 |
| Octal | 305 | 123 | 13 | 0 | 72 | 136 | 27 | 27 | 131 | 51 |
| Binary | 11000101 | 1010011 | 1011 | 0 | 111010 | 1011110 | 10111 | 10111 | 1011001 | 101001 |
Color Harmonies of #C5530B
Complementary color
Monochromatic Colors of #C5530B
Black with #C5530B
Text Example
Text Example
White with #C5530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5530B; }
p { color: rgb(197,83,11); }
H1.HeaderClassName
{
color: #C5530B;
}
.AnyTagClassName
{
color: #C5530B;
}
</style>
background-color css
<style>
a { background-color: #C5530B; }
a { background-color: rgb(197,83,11); }
div.DivClassName
{
background-color: #C5530B;
}
.BgClassName
{
background-color: #C5530B;
}
</style>
border-color css
<style>
span { border-color: #C5530B; }
span { border-color: rgb(197,83,11); }
td.TdClassName
{
border-color: #C5530B;
}
.TagClassName
{
border-color: #C5530B;
}
</style>