#72503C

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

Shades of Old Copper #72503C

Tints of Old Copper #72503C

Color information

#72503C (or 0x72503C) is unknown color: approx Old Copper. HEX triplet: 72, 50 and 3C. RGB value is (114,80,60). Sum of RGB (Red+Green+Blue) = 114+80+60=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #72503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72503C is #8DAFC3. Grayscale: #575757. Windows color (decimal): -9285572 or 3952754. OLE color: 3952754.

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

Color convert

RGB1148060-
CMYK00.300.470.55
HSL22.22º31.03%34.12%-
HSV(B)22.22º47.37%44.71%-
XYZ10.629.645.58-
YUV87.89112.26146.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=44.88%
G=31.50%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114806000.300.470.5522.2231.0334.12
Hex72503C01E2F37161f22
Octal162120740365767263742
Binary111001010100001111000111101011111101111011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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