#72523F

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

Shades of Old Copper #72523F

Tints of Old Copper #72523F

Color information

#72523F (or 0x72523F) is unknown color: approx Old Copper. HEX triplet: 72, 52 and 3F. RGB value is (114,82,63). Sum of RGB (Red+Green+Blue) = 114+82+63=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72523F is #8DADC0. Grayscale: #595959. Windows color (decimal): -9285057 or 4149874. OLE color: 4149874.

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

Color convert

RGB1148263-
CMYK00.280.450.55
HSL22.35º28.81%34.71%-
HSV(B)22.35º44.74%44.71%-
XYZ10.859.976.06-
YUV89.4113.1145.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 63 (25% from 255) = 24.32%
R=44.02%
G=31.66%
B=24.32%

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
Decimal114826300.280.450.5522.3528.8134.71
Hex72523F01C2D37161d23
Octal162122770345567263543
Binary111001010100101111110111001011011101111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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