#73503B

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

Shades of Old Copper #73503B

Tints of Old Copper #73503B

Color information

#73503B (or 0x73503B) is unknown color: approx Old Copper. HEX triplet: 73, 50 and 3B. RGB value is (115,80,59). Sum of RGB (Red+Green+Blue) = 115+80+59=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #73503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73503B is #8CAFC4. Grayscale: #585858. Windows color (decimal): -9220037 or 3887219. OLE color: 3887219.

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

Color convert

RGB1158059-
CMYK00.300.490.55
HSL22.5º32.18%34.12%-
HSV(B)22.5º48.7%45.1%-
XYZ10.739.75.44-
YUV88.07111.6147.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=45.28%
G=31.50%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115805900.300.490.5522.532.1834.12
Hex73503B01E3137172022
Octal163120730366167274042
Binary1110011101000011101101111011000111011110111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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