Shades of Tenne (Tawny) #C7530B
Tints of Tenne (Tawny) #C7530B
RGB
CMYK
RGB Variations
Color information
#C7530B (or 0xC7530B) is known color: Tenne (Tawny). HEX triplet: C7, 53 and 0B. RGB value is (199,83,11). Sum of RGB (Red+Green+Blue) = 199+83+11=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C7530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7530B is #38ACF4. Grayscale: #6D6D6D. Windows color (decimal): -3714293 or 742343. OLE color: 742343.
HSL color Cylindrical-coordinate representation of color #C7530B: hue angle of 22.98º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7530B is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 11 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.22 |
| HSL | 22.98º | 0.9% | 0.41% | - |
| HSV(B) | 22.98º | 0.94% | 0.78% | - |
| XYZ | 26.71 | 18.35 | 2.45 | - |
| YUV | 109.48 | 72.43 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 11 | 0 | 0.58 | 0.94 | 0.22 | 22.98 | 0.9 | 0.41 |
| Hex | C7 | 53 | B | 0 | 3A | 5E | 16 | 17 | 5A | 29 |
| Octal | 307 | 123 | 13 | 0 | 72 | 136 | 26 | 27 | 132 | 51 |
| Binary | 11000111 | 1010011 | 1011 | 0 | 111010 | 1011110 | 10110 | 10111 | 1011010 | 101001 |
Color Harmonies of #C7530B
Complementary color
Monochromatic Colors of #C7530B
Black with #C7530B
Text Example
Text Example
White with #C7530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7530B; }
p { color: rgb(199,83,11); }
H1.HeaderClassName
{
color: #C7530B;
}
.AnyTagClassName
{
color: #C7530B;
}
</style>
background-color css
<style>
a { background-color: #C7530B; }
a { background-color: rgb(199,83,11); }
div.DivClassName
{
background-color: #C7530B;
}
.BgClassName
{
background-color: #C7530B;
}
</style>
border-color css
<style>
span { border-color: #C7530B; }
span { border-color: rgb(199,83,11); }
td.TdClassName
{
border-color: #C7530B;
}
.TagClassName
{
border-color: #C7530B;
}
</style>