#725139

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

Shades of Old Copper #725139

Tints of Old Copper #725139

Color information

#725139 (or 0x725139) is unknown color: approx Old Copper. HEX triplet: 72, 51 and 39. RGB value is (114,81,57). Sum of RGB (Red+Green+Blue) = 114+81+57=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #725139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725139 is #8DAEC6. Grayscale: #585858. Windows color (decimal): -9285319 or 3756402. OLE color: 3756402.

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

Color convert

RGB1148157-
CMYK00.290.500.55
HSL25.26º33.33%33.53%-
HSV(B)25.26º50%44.71%-
XYZ10.629.765.19-
YUV88.13110.43146.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 57 (22.66% from 255) = 22.62%
R=45.24%
G=32.14%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114815700.290.500.5525.2633.3333.53
Hex72513901D3237192122
Octal162121710356267314142
Binary1110010101000111100101110111001011011111001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725139; }

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

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

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

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

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

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

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

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