#73503F

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

Shades of Old Copper #73503F

Tints of Old Copper #73503F

Color information

#73503F (or 0x73503F) is unknown color: approx Old Copper. HEX triplet: 73, 50 and 3F. RGB value is (115,80,63). Sum of RGB (Red+Green+Blue) = 115+80+63=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73503F is #8CAFC0. Grayscale: #585858. Windows color (decimal): -9220033 or 4149363. OLE color: 4149363.

HSL color Cylindrical-coordinate representation of color #73503F: hue angle of 19.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73503F is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB1158063-
CMYK00.300.450.55
HSL19.62º29.21%34.9%-
HSV(B)19.62º45.22%45.1%-
XYZ10.849.746.01-
YUV88.53113.6146.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.57%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 63 (25% from 255) = 24.42%
R=44.57%
G=31.01%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115806300.300.450.5519.6229.2134.9
Hex73503F01E2D37141d23
Octal163120770365567243543
Binary111001110100001111110111101011011101111010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73503F; }

 p { color: rgb(115,80,63); }

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

<style>
 a { background-color: #73503F; }

 a { background-color: rgb(115,80,63); }

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

<style>
 span { border-color: #73503F; }

 span { border-color: rgb(115,80,63); }

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