#725134

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

Shades of Old Copper #725134

Tints of Old Copper #725134

Color information

#725134 (or 0x725134) is unknown color: approx Old Copper. HEX triplet: 72, 51 and 34. RGB value is (114,81,52). Sum of RGB (Red+Green+Blue) = 114+81+52=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #725134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725134 is #8DAECB. Grayscale: #575757. Windows color (decimal): -9285324 or 3428722. OLE color: 3428722.

HSL color Cylindrical-coordinate representation of color #725134: hue angle of 28.06º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #725134 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1148152-
CMYK00.290.540.55
HSL28.06º37.35%32.55%-
HSV(B)28.06º54.39%44.71%-
XYZ10.59.714.57-
YUV87.56107.93146.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 52 (20.70% from 255) = 21.05%
R=46.15%
G=32.79%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114815200.290.540.5528.0637.3532.55
Hex72513401D36371c2521
Octal162121640356667344541
Binary1110010101000111010001110111011011011111100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725134; }

 p { color: rgb(114,81,52); }

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

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

 a { background-color: rgb(114,81,52); }

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

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

 span { border-color: rgb(114,81,52); }

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