#715034

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

Shades of Old Copper #715034

Tints of Old Copper #715034

Color information

#715034 (or 0x715034) is unknown color: approx Old Copper. HEX triplet: 71, 50 and 34. RGB value is (113,80,52). Sum of RGB (Red+Green+Blue) = 113+80+52=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #715034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715034 is #8EAFCB. Grayscale: #565656. Windows color (decimal): -9351116 or 3428465. OLE color: 3428465.

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

Color convert

RGB1138052-
CMYK00.290.540.56
HSL27.54º36.97%32.35%-
HSV(B)27.54º53.98%44.31%-
XYZ10.39.54.54-
YUV86.67108.43146.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 52 (20.70% from 255) = 21.22%
R=46.12%
G=32.65%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113805200.290.540.5627.5436.9732.35
Hex71503401D36381c2520
Octal161120640356670344540
Binary1110001101000011010001110111011011100011100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715034; }

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

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

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

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

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

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

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

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