#C85B08

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

Shades of Tenne (Tawny) #C85B08

Tints of Tenne (Tawny) #C85B08

Color information

#C85B08 (or 0xC85B08) is unknown color: approx Tenne (Tawny). HEX triplet: C8, 5B and 08. RGB value is (200,91,8). Sum of RGB (Red+Green+Blue) = 200+91+8=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85B08 is #37A4F7. Grayscale: #727272. Windows color (decimal): -3646712 or 547784. OLE color: 547784.

HSL color Cylindrical-coordinate representation of color #C85B08: hue angle of 25.94º degrees, saturation: 0.92, 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 #C85B08 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB200918-
CMYK00.540.960.22
HSL25.94º92.31%40.78%-
HSV(B)25.94º96%78.43%-
XYZ27.619.782.59-
YUV114.1368.11189.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 66.89%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 8 (3.52% from 255) = 2.68%
R=66.89%
G=30.43%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20091800.540.960.2225.9492.3140.78
HexC85B803660161a5c29
Octal31013310066140263213451
Binary11001000101101110000110110110000010110110101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85B08; }

 p { color: rgb(200,91,8); }

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

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

 a { background-color: rgb(200,91,8); }

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

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

 span { border-color: rgb(200,91,8); }

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