#73533D

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

Shades of Old Copper #73533D

Tints of Old Copper #73533D

Color information

#73533D (or 0x73533D) is unknown color: approx Old Copper. HEX triplet: 73, 53 and 3D. RGB value is (115,83,61). Sum of RGB (Red+Green+Blue) = 115+83+61=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73533D is #8CACC2. Grayscale: #5A5A5A. Windows color (decimal): -9219267 or 4019059. OLE color: 4019059.

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

Color convert

RGB1158361-
CMYK00.280.470.55
HSL24.44º30.68%34.51%-
HSV(B)24.44º46.96%45.1%-
XYZ11.0110.175.8-
YUV90.06111.6145.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.40%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 61 (24.22% from 255) = 23.55%
R=44.40%
G=32.05%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115836100.280.470.5524.4430.6834.51
Hex73533D01C2F37181f23
Octal163123750345767303743
Binary111001110100111111010111001011111101111100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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