#C85004

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

Shades of Tenne (Tawny) #C85004

Tints of Tenne (Tawny) #C85004

Color information

#C85004 (or 0xC85004) is unknown color: approx Tenne (Tawny). HEX triplet: C8, 50 and 04. RGB value is (200,80,4). Sum of RGB (Red+Green+Blue) = 200+80+4=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C85004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85004 is #37AFFB. Grayscale: #6B6B6B. Windows color (decimal): -3649532 or 282824. OLE color: 282824.

HSL color Cylindrical-coordinate representation of color #C85004: hue angle of 23.27º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C85004 is Cyan = 0, Magento = 0.6, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB200804-
CMYK00.60.980.22
HSL23.27º96.08%40%-
HSV(B)23.27º98%78.43%-
XYZ26.7118.032.19-
YUV107.2269.76194.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 70.42%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 4 (1.95% from 255) = 1.41%
R=70.42%
G=28.17%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20080400.60.980.2223.2796.0840
HexC850403C6216176028
Octal3101204074142262714050
Binary1100100010100001000111100110001010110101111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85004; }

 p { color: rgb(200,80,4); }

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

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

 a { background-color: rgb(200,80,4); }

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

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

 span { border-color: rgb(200,80,4); }

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