#73513C

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

Shades of Old Copper #73513C

Tints of Old Copper #73513C

Color information

#73513C (or 0x73513C) is unknown color: approx Old Copper. HEX triplet: 73, 51 and 3C. RGB value is (115,81,60). Sum of RGB (Red+Green+Blue) = 115+81+60=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #73513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73513C is #8CAEC3. Grayscale: #585858. Windows color (decimal): -9219780 or 3953011. OLE color: 3953011.

HSL color Cylindrical-coordinate representation of color #73513C: hue angle of 22.91º 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 #73513C is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1158160-
CMYK00.300.480.55
HSL22.91º31.43%34.31%-
HSV(B)22.91º47.83%45.1%-
XYZ10.839.865.61-
YUV88.77111.76146.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=44.92%
G=31.64%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115816000.300.480.5522.9131.4334.31
Hex73513C01E3037171f22
Octal163121740366067273742
Binary111001110100011111000111101100001101111011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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