#C8580D

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

Shades of Tenne (Tawny) #C8580D

Tints of Tenne (Tawny) #C8580D

Color information

#C8580D (or 0xC8580D) is unknown color: approx Tenne (Tawny). HEX triplet: C8, 58 and 0D. RGB value is (200,88,13). Sum of RGB (Red+Green+Blue) = 200+88+13=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C8580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8580D is #37A7F2. Grayscale: #717171. Windows color (decimal): -3647475 or 874696. OLE color: 874696.

HSL color Cylindrical-coordinate representation of color #C8580D: hue angle of 24.06º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8580D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB2008813-
CMYK00.560.940.22
HSL24.06º87.79%41.76%-
HSV(B)24.06º93.5%78.43%-
XYZ27.3819.292.66-
YUV112.9471.61190.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 66.45%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 13 (5.47% from 255) = 4.32%
R=66.45%
G=29.24%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200881300.560.940.2224.0687.7941.76
HexC858D0385E1618582a
Octal31013015070136263013052
Binary11001000101100011010111000101111010110110001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8580D; }

 p { color: rgb(200,88,13); }

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

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

 a { background-color: rgb(200,88,13); }

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

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

 span { border-color: rgb(200,88,13); }

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