#C85616

Color #C85616 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C85616

Tints of Tenne (Tawny) #C85616

Color information

#C85616 (or 0xC85616) is unknown color: approx Tenne (Tawny). HEX triplet: C8, 56 and 16. RGB value is (200,86,22). Sum of RGB (Red+Green+Blue) = 200+86+22=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C85616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85616 is #37A9E9. Grayscale: #717171. Windows color (decimal): -3647978 or 1464008. OLE color: 1464008.

HSL color Cylindrical-coordinate representation of color #C85616: hue angle of 21.57º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C85616 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB2008622-
CMYK00.570.890.22
HSL21.57º80.18%43.53%-
HSV(B)21.57º89%78.43%-
XYZ27.2918.992.99-
YUV112.7976.77190.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 64.94%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 22 (8.98% from 255) = 7.14%
R=64.94%
G=27.92%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200862200.570.890.2221.5780.1843.53
HexC85616039591616502c
Octal31012626071131262612054
Binary110010001010110101100111001101100110110101101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85616; }

 p { color: rgb(200,86,22); }

 H1.HeaderClassName
 {
   color: #C85616;
 }
 .AnyTagClassName
 {
   color: #C85616;
 }
</style>
background-color css

<style>
 a { background-color: #C85616; }

 a { background-color: rgb(200,86,22); }

 div.DivClassName
 {
   background-color: #C85616;
 }
 .BgClassName
 {
   background-color: #C85616;
 }
</style>
border-color css

<style>
 span { border-color: #C85616; }

 span { border-color: rgb(200,86,22); }

 td.TdClassName
 {
   border-color: #C85616;
 }
 .TagClassName
 {
   border-color: #C85616;
 }
</style>