#715032

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

Shades of Old Copper #715032

Tints of Old Copper #715032

Color information

#715032 (or 0x715032) is unknown color: approx Old Copper. HEX triplet: 71, 50 and 32. RGB value is (113,80,50). Sum of RGB (Red+Green+Blue) = 113+80+50=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #715032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715032 is #8EAFCD. Grayscale: #565656. Windows color (decimal): -9351118 or 3297393. OLE color: 3297393.

HSL color Cylindrical-coordinate representation of color #715032: hue angle of 28.57º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #715032 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB1138050-
CMYK00.290.560.56
HSL28.57º38.65%31.96%-
HSV(B)28.57º55.75%44.31%-
XYZ10.259.484.31-
YUV86.45107.43146.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=46.50%
G=32.92%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113805000.290.560.5628.5738.6531.96
Hex71503201D38381d2720
Octal161120620357070354740
Binary1110001101000011001001110111100011100011101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715032; }

 p { color: rgb(113,80,50); }

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

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

 a { background-color: rgb(113,80,50); }

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

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

 span { border-color: rgb(113,80,50); }

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