#C55A09

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

Shades of Tenne (Tawny) #C55A09

Tints of Tenne (Tawny) #C55A09

Color information

#C55A09 (or 0xC55A09) is unknown color: approx Tenne (Tawny). HEX triplet: C5, 5A and 09. RGB value is (197,90,9). Sum of RGB (Red+Green+Blue) = 197+90+9=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55A09 is #3AA5F6. Grayscale: #717171. Windows color (decimal): -3843575 or 613061. OLE color: 613061.

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

Color convert

RGB197909-
CMYK00.540.950.23
HSL25.85º91.26%40.39%-
HSV(B)25.85º95.43%77.25%-
XYZ26.7319.22.56-
YUV112.7669.45188.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.55%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 9 (3.91% from 255) = 3.04%
R=66.55%
G=30.41%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19790900.540.950.2325.8591.2640.39
HexC55A90365F171a5b28
Octal30513211066137273213350
Binary11000101101101010010110110101111110111110101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55A09; }

 p { color: rgb(197,90,9); }

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

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

 a { background-color: rgb(197,90,9); }

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

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

 span { border-color: rgb(197,90,9); }

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