#73523E

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

Shades of Old Copper #73523E

Tints of Old Copper #73523E

Color information

#73523E (or 0x73523E) is unknown color: approx Old Copper. HEX triplet: 73, 52 and 3E. RGB value is (115,82,62). Sum of RGB (Red+Green+Blue) = 115+82+62=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73523E is #8CADC1. Grayscale: #595959. Windows color (decimal): -9219522 or 4084339. OLE color: 4084339.

HSL color Cylindrical-coordinate representation of color #73523E: hue angle of 22.64º 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 #73523E is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1158262-
CMYK00.290.460.55
HSL22.64º29.94%34.71%-
HSV(B)22.64º46.09%45.1%-
XYZ10.9610.035.92-
YUV89.59112.43146.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.40%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 62 (24.61% from 255) = 23.94%
R=44.40%
G=31.66%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115826200.290.460.5522.6429.9434.71
Hex73523E01D2E37171e23
Octal163122760355667273643
Binary111001110100101111100111011011101101111011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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