#715440

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

Shades of Old Copper #715440

Tints of Old Copper #715440

Color information

#715440 (or 0x715440) is unknown color: approx Old Copper. HEX triplet: 71, 54 and 40. RGB value is (113,84,64). Sum of RGB (Red+Green+Blue) = 113+84+64=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #715440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715440 is #8EABBF. Grayscale: #5A5A5A. Windows color (decimal): -9350080 or 4215921. OLE color: 4215921.

HSL color Cylindrical-coordinate representation of color #715440: hue angle of 24.49º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #715440 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1138464-
CMYK00.260.430.56
HSL24.49º27.68%34.71%-
HSV(B)24.49º43.36%44.31%-
XYZ10.9110.226.25-
YUV90.39113.11144.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=43.30%
G=32.18%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113846400.260.430.5624.4927.6834.71
Hex71544001A2B38181c23
Octal1611241000325370303443
Binary1110001101010010000000110101010111110001100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715440; }

 p { color: rgb(113,84,64); }

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

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

 a { background-color: rgb(113,84,64); }

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

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

 span { border-color: rgb(113,84,64); }

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