#73523A

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

Shades of Old Copper #73523A

Tints of Old Copper #73523A

Color information

#73523A (or 0x73523A) is unknown color: approx Old Copper. HEX triplet: 73, 52 and 3A. RGB value is (115,82,58). Sum of RGB (Red+Green+Blue) = 115+82+58=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #73523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73523A is #8CADC5. Grayscale: #595959. Windows color (decimal): -9219526 or 3822195. OLE color: 3822195.

HSL color Cylindrical-coordinate representation of color #73523A: hue angle of 25.26º 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 #73523A is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1158258-
CMYK00.290.500.55
HSL25.26º32.95%33.92%-
HSV(B)25.26º49.57%45.1%-
XYZ10.859.985.36-
YUV89.13110.43146.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=45.10%
G=32.16%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115825800.290.500.5525.2632.9533.92
Hex73523A01D3237192122
Octal163122720356267314142
Binary1110011101001011101001110111001011011111001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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