#73553C

Color #73553C Old Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Copper #73553C

Tints of Old Copper #73553C

Color information

#73553C (or 0x73553C) is unknown color: approx Old Copper. HEX triplet: 73, 55 and 3C. RGB value is (115,85,60). Sum of RGB (Red+Green+Blue) = 115+85+60=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #73553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73553C is #8CAAC3. Grayscale: #5B5B5B. Windows color (decimal): -9218756 or 3954035. OLE color: 3954035.

HSL color Cylindrical-coordinate representation of color #73553C: hue angle of 27.27º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73553C is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1158560-
CMYK00.260.480.55
HSL27.27º31.43%34.31%-
HSV(B)27.27º47.83%45.1%-
XYZ11.1310.475.71-
YUV91.12110.44145.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 60 (23.83% from 255) = 23.08%
R=44.23%
G=32.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115856000.260.480.5527.2731.4334.31
Hex73553C01A30371b1f22
Octal163125740326067333742
Binary111001110101011111000110101100001101111101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73553C; }

 p { color: rgb(115,85,60); }

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

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

 a { background-color: rgb(115,85,60); }

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

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

 span { border-color: rgb(115,85,60); }

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