Shades of Tenne (Tawny) #C75301
Tints of Tenne (Tawny) #C75301
RGB
CMYK
RGB Variations
Color information
#C75301 (or 0xC75301) is known color: Tenne (Tawny). HEX triplet: C7, 53 and 01. RGB value is (199,83,1). Sum of RGB (Red+Green+Blue) = 199+83+1=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C75301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75301 is #38ACFE. Grayscale: #6C6C6C. Windows color (decimal): -3714303 or 86983. OLE color: 86983.
HSL color Cylindrical-coordinate representation of color #C75301: hue angle of 24.85º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C75301 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.22 |
| HSL | 24.85º | 0.99% | 0.39% | - |
| HSV(B) | 24.85º | 0.99% | 0.78% | - |
| XYZ | 26.65 | 18.33 | 2.16 | - |
| YUV | 108.34 | 67.43 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 1 | 0 | 0.58 | 0.99 | 0.22 | 24.85 | 0.99 | 0.39 |
| Hex | C7 | 53 | 1 | 0 | 3A | 63 | 16 | 19 | 63 | 27 |
| Octal | 307 | 123 | 1 | 0 | 72 | 143 | 26 | 31 | 143 | 47 |
| Binary | 11000111 | 1010011 | 1 | 0 | 111010 | 1100011 | 10110 | 11001 | 1100011 | 100111 |
Color Harmonies of #C75301
Complementary color
Monochromatic Colors of #C75301
Black with #C75301
Text Example
Text Example
White with #C75301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75301; }
p { color: rgb(199,83,1); }
H1.HeaderClassName
{
color: #C75301;
}
.AnyTagClassName
{
color: #C75301;
}
</style>
background-color css
<style>
a { background-color: #C75301; }
a { background-color: rgb(199,83,1); }
div.DivClassName
{
background-color: #C75301;
}
.BgClassName
{
background-color: #C75301;
}
</style>
border-color css
<style>
span { border-color: #C75301; }
span { border-color: rgb(199,83,1); }
td.TdClassName
{
border-color: #C75301;
}
.TagClassName
{
border-color: #C75301;
}
</style>