#73553D

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

Shades of Old Copper #73553D

Tints of Old Copper #73553D

Color information

#73553D (or 0x73553D) is unknown color: approx Old Copper. HEX triplet: 73, 55 and 3D. RGB value is (115,85,61). Sum of RGB (Red+Green+Blue) = 115+85+61=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73553D is #8CAAC2. Grayscale: #5B5B5B. Windows color (decimal): -9218755 or 4019571. OLE color: 4019571.

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

Color convert

RGB1158561-
CMYK00.260.470.55
HSL26.67º30.68%34.51%-
HSV(B)26.67º46.96%45.1%-
XYZ11.1610.485.85-
YUV91.23110.94144.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 61 (24.22% from 255) = 23.37%
R=44.06%
G=32.57%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115856100.260.470.5526.6730.6834.51
Hex73553D01A2F371b1f23
Octal163125750325767333743
Binary111001110101011111010110101011111101111101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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