#C55705

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

Shades of Tenne (Tawny) #C55705

Tints of Tenne (Tawny) #C55705

Color information

#C55705 (or 0xC55705) is unknown color: approx Tenne (Tawny). HEX triplet: C5, 57 and 05. RGB value is (197,87,5). Sum of RGB (Red+Green+Blue) = 197+87+5=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C55705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55705 is #3AA8FA. Grayscale: #6E6E6E. Windows color (decimal): -3844347 or 350149. OLE color: 350149.

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

Color convert

RGB197875-
CMYK00.560.970.23
HSL25.62º95.05%39.61%-
HSV(B)25.62º97.46%77.25%-
XYZ26.4618.72.36-
YUV110.5468.44189.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 68.17%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 5 (2.34% from 255) = 1.73%
R=68.17%
G=30.10%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19787500.560.970.2325.6295.0539.61
HexC557503861171a5f28
Octal3051275070141273213750
Binary1100010110101111010111000110000110111110101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55705; }

 p { color: rgb(197,87,5); }

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

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

 a { background-color: rgb(197,87,5); }

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

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

 span { border-color: rgb(197,87,5); }

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