#C5580B

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

Shades of Tenne (Tawny) #C5580B

Tints of Tenne (Tawny) #C5580B

Color information

#C5580B (or 0xC5580B) is unknown color: approx Tenne (Tawny). HEX triplet: C5, 58 and 0B. RGB value is (197,88,11). Sum of RGB (Red+Green+Blue) = 197+88+11=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5580B is #3AA7F4. Grayscale: #707070. Windows color (decimal): -3844085 or 743621. OLE color: 743621.

HSL color Cylindrical-coordinate representation of color #C5580B: hue angle of 24.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5580B is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB1978811-
CMYK00.550.940.23
HSL24.84º89.42%40.78%-
HSV(B)24.84º94.42%77.25%-
XYZ26.5818.872.56-
YUV111.8171.11188.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.55%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 11 (4.69% from 255) = 3.72%
R=66.55%
G=29.73%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197881100.550.940.2324.8489.4240.78
HexC558B0375E17195929
Octal30513013067136273113151
Binary11000101101100010110110111101111010111110011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5580B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5580B; }

 p { color: rgb(197,88,11); }

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

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

 a { background-color: rgb(197,88,11); }

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

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

 span { border-color: rgb(197,88,11); }

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