#73503A

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

Shades of Old Copper #73503A

Tints of Old Copper #73503A

Color information

#73503A (or 0x73503A) is unknown color: approx Old Copper. HEX triplet: 73, 50 and 3A. RGB value is (115,80,58). Sum of RGB (Red+Green+Blue) = 115+80+58=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #73503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73503A is #8CAFC5. Grayscale: #585858. Windows color (decimal): -9220038 or 3821683. OLE color: 3821683.

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

Color convert

RGB1158058-
CMYK00.300.500.55
HSL23.16º32.95%33.92%-
HSV(B)23.16º49.57%45.1%-
XYZ10.79.695.31-
YUV87.96111.1147.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=45.45%
G=31.62%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115805800.300.500.5523.1632.9533.92
Hex73503A01E3237172122
Octal163120720366267274142
Binary1110011101000011101001111011001011011110111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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