Shades of Tenne (Tawny) #C7530D
Tints of Tenne (Tawny) #C7530D
RGB
CMYK
RGB Variations
Color information
#C7530D (or 0xC7530D) is known color: Tenne (Tawny). HEX triplet: C7, 53 and 0D. RGB value is (199,83,13). Sum of RGB (Red+Green+Blue) = 199+83+13=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7530D is #38ACF2. Grayscale: #6E6E6E. Windows color (decimal): -3714291 or 873415. OLE color: 873415.
HSL color Cylindrical-coordinate representation of color #C7530D: hue angle of 22.58º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7530D is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 13 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.22 |
| HSL | 22.58º | 0.88% | 0.42% | - |
| HSV(B) | 22.58º | 0.93% | 0.78% | - |
| XYZ | 26.72 | 18.36 | 2.52 | - |
| YUV | 109.7 | 73.43 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 13 | 0 | 0.58 | 0.93 | 0.22 | 22.58 | 0.88 | 0.42 |
| Hex | C7 | 53 | D | 0 | 3A | 5D | 16 | 17 | 58 | 2A |
| Octal | 307 | 123 | 15 | 0 | 72 | 135 | 26 | 27 | 130 | 52 |
| Binary | 11000111 | 1010011 | 1101 | 0 | 111010 | 1011101 | 10110 | 10111 | 1011000 | 101010 |
Color Harmonies of #C7530D
Complementary color
Monochromatic Colors of #C7530D
Black with #C7530D
Text Example
Text Example
White with #C7530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7530D; }
p { color: rgb(199,83,13); }
H1.HeaderClassName
{
color: #C7530D;
}
.AnyTagClassName
{
color: #C7530D;
}
</style>
background-color css
<style>
a { background-color: #C7530D; }
a { background-color: rgb(199,83,13); }
div.DivClassName
{
background-color: #C7530D;
}
.BgClassName
{
background-color: #C7530D;
}
</style>
border-color css
<style>
span { border-color: #C7530D; }
span { border-color: rgb(199,83,13); }
td.TdClassName
{
border-color: #C7530D;
}
.TagClassName
{
border-color: #C7530D;
}
</style>