Shades of Tenne (Tawny) #C85307
Tints of Tenne (Tawny) #C85307
RGB
CMYK
RGB Variations
Color information
#C85307 (or 0xC85307) is known color: Tenne (Tawny). HEX triplet: C8, 53 and 07. RGB value is (200,83,7). Sum of RGB (Red+Green+Blue) = 200+83+7=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C85307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85307 is #37ACF8. Grayscale: #6D6D6D. Windows color (decimal): -3648761 or 480200. OLE color: 480200.
HSL color Cylindrical-coordinate representation of color #C85307: hue angle of 23.63º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C85307 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 7 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.22 |
| HSL | 23.63º | 0.93% | 0.41% | - |
| HSV(B) | 23.63º | 0.97% | 0.78% | - |
| XYZ | 26.95 | 18.48 | 2.35 | - |
| YUV | 109.32 | 70.26 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 7 | 0 | 0.58 | 0.96 | 0.22 | 23.63 | 0.93 | 0.41 |
| Hex | C8 | 53 | 7 | 0 | 3A | 60 | 16 | 18 | 5D | 29 |
| Octal | 310 | 123 | 7 | 0 | 72 | 140 | 26 | 30 | 135 | 51 |
| Binary | 11001000 | 1010011 | 111 | 0 | 111010 | 1100000 | 10110 | 11000 | 1011101 | 101001 |
Color Harmonies of #C85307
Complementary color
Monochromatic Colors of #C85307
Black with #C85307
Text Example
Text Example
White with #C85307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85307; }
p { color: rgb(200,83,7); }
H1.HeaderClassName
{
color: #C85307;
}
.AnyTagClassName
{
color: #C85307;
}
</style>
background-color css
<style>
a { background-color: #C85307; }
a { background-color: rgb(200,83,7); }
div.DivClassName
{
background-color: #C85307;
}
.BgClassName
{
background-color: #C85307;
}
</style>
border-color css
<style>
span { border-color: #C85307; }
span { border-color: rgb(200,83,7); }
td.TdClassName
{
border-color: #C85307;
}
.TagClassName
{
border-color: #C85307;
}
</style>