#C55F11

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

Shades of Tenne (Tawny) #C55F11

Tints of Tenne (Tawny) #C55F11

Color information

#C55F11 (or 0xC55F11) is unknown color: approx Tenne (Tawny). HEX triplet: C5, 5F and 11. RGB value is (197,95,17). Sum of RGB (Red+Green+Blue) = 197+95+17=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55F11 is #3AA0EE. Grayscale: #757575. Windows color (decimal): -3842287 or 1138629. OLE color: 1138629.

HSL color Cylindrical-coordinate representation of color #C55F11: hue angle of 26º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C55F11 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB1979517-
CMYK00.520.910.23
HSL26º84.11%41.96%-
HSV(B)26º91.37%77.25%-
XYZ27.2220.12.97-
YUV116.6171.79185.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.75%
GREEN value IS 95 (37.5% from 255) = 30.74%
BLUE value IS 17 (7.03% from 255) = 5.50%
R=63.75%
G=30.74%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197951700.520.910.232684.1141.96
HexC55F110345B171a542a
Octal30513721064133273212452
Binary110001011011111100010110100101101110111110101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55F11; }

 p { color: rgb(197,95,17); }

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

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

 a { background-color: rgb(197,95,17); }

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

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

 span { border-color: rgb(197,95,17); }

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