#73503D

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

Shades of Old Copper #73503D

Tints of Old Copper #73503D

Color information

#73503D (or 0x73503D) is unknown color: approx Old Copper. HEX triplet: 73, 50 and 3D. RGB value is (115,80,61). Sum of RGB (Red+Green+Blue) = 115+80+61=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #73503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73503D is #8CAFC2. Grayscale: #585858. Windows color (decimal): -9220035 or 4018291. OLE color: 4018291.

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

Color convert

RGB1158061-
CMYK00.300.470.55
HSL21.11º30.68%34.51%-
HSV(B)21.11º46.96%45.1%-
XYZ10.789.725.72-
YUV88.3112.6147.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=44.92%
G=31.25%
B=23.83%

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
Decimal115806100.300.470.5521.1130.6834.51
Hex73503D01E2F37151f23
Octal163120750365767253743
Binary111001110100001111010111101011111101111010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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