#73553E

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

Shades of Old Copper #73553E

Tints of Old Copper #73553E

Color information

#73553E (or 0x73553E) is unknown color: approx Old Copper. HEX triplet: 73, 55 and 3E. RGB value is (115,85,62). Sum of RGB (Red+Green+Blue) = 115+85+62=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73553E is #8CAAC1. Grayscale: #5B5B5B. Windows color (decimal): -9218754 or 4085107. OLE color: 4085107.

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

Color convert

RGB1158562-
CMYK00.260.460.55
HSL26.04º29.94%34.71%-
HSV(B)26.04º46.09%45.1%-
XYZ11.1910.495.99-
YUV91.35111.44144.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 62 (24.61% from 255) = 23.66%
R=43.89%
G=32.44%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115856200.260.460.5526.0429.9434.71
Hex73553E01A2E371a1e23
Octal163125760325667323643
Binary111001110101011111100110101011101101111101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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