#73533F

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

Shades of Old Copper #73533F

Tints of Old Copper #73533F

Color information

#73533F (or 0x73533F) is unknown color: approx Old Copper. HEX triplet: 73, 53 and 3F. RGB value is (115,83,63). Sum of RGB (Red+Green+Blue) = 115+83+63=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73533F is #8CACC0. Grayscale: #5A5A5A. Windows color (decimal): -9219265 or 4150131. OLE color: 4150131.

HSL color Cylindrical-coordinate representation of color #73533F: hue angle of 23.08º 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 #73533F is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB1158363-
CMYK00.280.450.55
HSL23.08º29.21%34.9%-
HSV(B)23.08º45.22%45.1%-
XYZ11.0610.196.09-
YUV90.29112.6145.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 63 (25% from 255) = 24.14%
R=44.06%
G=31.80%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115836300.280.450.5523.0829.2134.9
Hex73533F01C2D37171d23
Octal163123770345567273543
Binary111001110100111111110111001011011101111011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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