Shades of Tenne (Tawny) #C9530B
Tints of Tenne (Tawny) #C9530B
RGB
CMYK
RGB Variations
Color information
#C9530B (or 0xC9530B) is known color: Tenne (Tawny). HEX triplet: C9, 53 and 0B. RGB value is (201,83,11). Sum of RGB (Red+Green+Blue) = 201+83+11=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9530B is #36ACF4. Grayscale: #6E6E6E. Windows color (decimal): -3583221 or 742345. OLE color: 742345.
HSL color Cylindrical-coordinate representation of color #C9530B: hue angle of 22.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9530B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.21 |
| HSL | 22.74º | 0.9% | 0.42% | - |
| HSV(B) | 22.74º | 0.95% | 0.79% | - |
| XYZ | 27.24 | 18.63 | 2.48 | - |
| YUV | 110.07 | 72.09 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 11 | 0 | 0.59 | 0.95 | 0.21 | 22.74 | 0.9 | 0.42 |
| Hex | C9 | 53 | B | 0 | 3B | 5F | 15 | 17 | 5A | 2A |
| Octal | 311 | 123 | 13 | 0 | 73 | 137 | 25 | 27 | 132 | 52 |
| Binary | 11001001 | 1010011 | 1011 | 0 | 111011 | 1011111 | 10101 | 10111 | 1011010 | 101010 |
Color Harmonies of #C9530B
Complementary color
Monochromatic Colors of #C9530B
Black with #C9530B
Text Example
Text Example
White with #C9530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9530B; }
p { color: rgb(201,83,11); }
H1.HeaderClassName
{
color: #C9530B;
}
.AnyTagClassName
{
color: #C9530B;
}
</style>
background-color css
<style>
a { background-color: #C9530B; }
a { background-color: rgb(201,83,11); }
div.DivClassName
{
background-color: #C9530B;
}
.BgClassName
{
background-color: #C9530B;
}
</style>
border-color css
<style>
span { border-color: #C9530B; }
span { border-color: rgb(201,83,11); }
td.TdClassName
{
border-color: #C9530B;
}
.TagClassName
{
border-color: #C9530B;
}
</style>