Shades of Tenne (Tawny) #C85317
Tints of Tenne (Tawny) #C85317
RGB
CMYK
RGB Variations
Color information
#C85317 (or 0xC85317) is known color: Tenne (Tawny). HEX triplet: C8, 53 and 17. RGB value is (200,83,23). Sum of RGB (Red+Green+Blue) = 200+83+23=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C85317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85317 is #37ACE8. Grayscale: #6F6F6F. Windows color (decimal): -3648745 or 1528776. OLE color: 1528776.
HSL color Cylindrical-coordinate representation of color #C85317: hue angle of 20.34º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C85317 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 23 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.22 |
| HSL | 20.34º | 0.79% | 0.44% | - |
| HSV(B) | 20.34º | 0.89% | 0.78% | - |
| XYZ | 27.07 | 18.53 | 2.96 | - |
| YUV | 111.14 | 78.26 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 23 | 0 | 0.58 | 0.88 | 0.22 | 20.34 | 0.79 | 0.44 |
| Hex | C8 | 53 | 17 | 0 | 3A | 58 | 16 | 14 | 4F | 2C |
| Octal | 310 | 123 | 27 | 0 | 72 | 130 | 26 | 24 | 117 | 54 |
| Binary | 11001000 | 1010011 | 10111 | 0 | 111010 | 1011000 | 10110 | 10100 | 1001111 | 101100 |
Color Harmonies of #C85317
Complementary color
Monochromatic Colors of #C85317
Black with #C85317
Text Example
Text Example
White with #C85317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85317; }
p { color: rgb(200,83,23); }
H1.HeaderClassName
{
color: #C85317;
}
.AnyTagClassName
{
color: #C85317;
}
</style>
background-color css
<style>
a { background-color: #C85317; }
a { background-color: rgb(200,83,23); }
div.DivClassName
{
background-color: #C85317;
}
.BgClassName
{
background-color: #C85317;
}
</style>
border-color css
<style>
span { border-color: #C85317; }
span { border-color: rgb(200,83,23); }
td.TdClassName
{
border-color: #C85317;
}
.TagClassName
{
border-color: #C85317;
}
</style>