#73513D

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

Shades of Old Copper #73513D

Tints of Old Copper #73513D

Color information

#73513D (or 0x73513D) is unknown color: approx Old Copper. HEX triplet: 73, 51 and 3D. RGB value is (115,81,61). Sum of RGB (Red+Green+Blue) = 115+81+61=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73513D is #8CAEC2. Grayscale: #585858. Windows color (decimal): -9219779 or 4018547. OLE color: 4018547.

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

Color convert

RGB1158161-
CMYK00.300.470.55
HSL22.22º30.68%34.51%-
HSV(B)22.22º46.96%45.1%-
XYZ10.859.875.75-
YUV88.89112.26146.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 61 (24.22% from 255) = 23.74%
R=44.75%
G=31.52%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115816100.300.470.5522.2230.6834.51
Hex73513D01E2F37161f23
Octal163121750365767263743
Binary111001110100011111010111101011111101111011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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