#72503E

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

Shades of Old Copper #72503E

Tints of Old Copper #72503E

Color information

#72503E (or 0x72503E) is unknown color: approx Old Copper. HEX triplet: 72, 50 and 3E. RGB value is (114,80,62). Sum of RGB (Red+Green+Blue) = 114+80+62=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72503E is #8DAFC1. Grayscale: #585858. Windows color (decimal): -9285570 or 4083826. OLE color: 4083826.

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

Color convert

RGB1148062-
CMYK00.300.460.55
HSL20.77º29.55%34.51%-
HSV(B)20.77º45.61%44.71%-
XYZ10.689.665.86-
YUV88.11113.26146.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 62 (24.61% from 255) = 24.22%
R=44.53%
G=31.25%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114806200.300.460.5520.7729.5534.51
Hex72503E01E2E37151e23
Octal162120760365667253643
Binary111001010100001111100111101011101101111010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72503E; }

 p { color: rgb(114,80,62); }

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

<style>
 a { background-color: #72503E; }

 a { background-color: rgb(114,80,62); }

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

<style>
 span { border-color: #72503E; }

 span { border-color: rgb(114,80,62); }

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