#715240

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

Shades of Old Copper #715240

Tints of Old Copper #715240

Color information

#715240 (or 0x715240) is unknown color: approx Old Copper. HEX triplet: 71, 52 and 40. RGB value is (113,82,64). Sum of RGB (Red+Green+Blue) = 113+82+64=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #715240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715240 is #8EADBF. Grayscale: #595959. Windows color (decimal): -9350592 or 4215409. OLE color: 4215409.

HSL color Cylindrical-coordinate representation of color #715240: hue angle of 22.04º 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 #715240 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1138264-
CMYK00.270.430.56
HSL22.04º27.68%34.71%-
HSV(B)22.04º43.36%44.31%-
XYZ10.759.926.2-
YUV89.22113.77144.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=43.63%
G=31.66%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113826400.270.430.5622.0427.6834.71
Hex71524001B2B38161c23
Octal1611221000335370263443
Binary1110001101001010000000110111010111110001011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715240; }

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

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

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

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

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

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

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

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