#73513E

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

Shades of Old Copper #73513E

Tints of Old Copper #73513E

Color information

#73513E (or 0x73513E) is unknown color: approx Old Copper. HEX triplet: 73, 51 and 3E. RGB value is (115,81,62). Sum of RGB (Red+Green+Blue) = 115+81+62=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73513E is #8CAEC1. Grayscale: #595959. Windows color (decimal): -9219778 or 4084083. OLE color: 4084083.

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

Color convert

RGB1158162-
CMYK00.300.460.55
HSL21.51º29.94%34.71%-
HSV(B)21.51º46.09%45.1%-
XYZ10.889.885.89-
YUV89112.76146.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.57%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 62 (24.61% from 255) = 24.03%
R=44.57%
G=31.40%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115816200.300.460.5521.5129.9434.71
Hex73513E01E2E37161e23
Octal163121760365667263643
Binary111001110100011111100111101011101101111011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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