#72503F

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

Shades of Old Copper #72503F

Tints of Old Copper #72503F

Color information

#72503F (or 0x72503F) is unknown color: approx Old Copper. HEX triplet: 72, 50 and 3F. RGB value is (114,80,63). Sum of RGB (Red+Green+Blue) = 114+80+63=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #72503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72503F is #8DAFC0. Grayscale: #585858. Windows color (decimal): -9285569 or 4149362. OLE color: 4149362.

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

Color convert

RGB1148063-
CMYK00.300.450.55
HSL20º28.81%34.71%-
HSV(B)20º44.74%44.71%-
XYZ10.719.676.01-
YUV88.23113.76146.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.36%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 63 (25% from 255) = 24.51%
R=44.36%
G=31.13%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114806300.300.450.552028.8134.71
Hex72503F01E2D37141d23
Octal162120770365567243543
Binary111001010100001111110111101011011101111010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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