#72523D

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

Shades of Old Copper #72523D

Tints of Old Copper #72523D

Color information

#72523D (or 0x72523D) is unknown color: approx Old Copper. HEX triplet: 72, 52 and 3D. RGB value is (114,82,61). Sum of RGB (Red+Green+Blue) = 114+82+61=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #72523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72523D is #8DADC2. Grayscale: #595959. Windows color (decimal): -9285059 or 4018802. OLE color: 4018802.

HSL color Cylindrical-coordinate representation of color #72523D: hue angle of 23.77º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72523D is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1148261-
CMYK00.280.460.55
HSL23.77º30.29%34.31%-
HSV(B)23.77º46.49%44.71%-
XYZ10.89.955.77-
YUV89.17112.1145.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.36%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 61 (24.22% from 255) = 23.74%
R=44.36%
G=31.91%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114826100.280.460.5523.7730.2934.31
Hex72523D01C2E37181e22
Octal162122750345667303642
Binary111001010100101111010111001011101101111100011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,82,61); }

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

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

 a { background-color: rgb(114,82,61); }

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

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

 span { border-color: rgb(114,82,61); }

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