#714A39

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

Shades of Old Copper #714A39

Tints of Old Copper #714A39

Color information

#714A39 (or 0x714A39) is unknown color: approx Old Copper. HEX triplet: 71, 4A and 39. RGB value is (113,74,57). Sum of RGB (Red+Green+Blue) = 113+74+57=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #714A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714A39 is #8EB5C6. Grayscale: #535353. Windows color (decimal): -9352647 or 3754609. OLE color: 3754609.

HSL color Cylindrical-coordinate representation of color #714A39: hue angle of 18.21º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714A39 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1137457-
CMYK00.350.500.56
HSL18.21º32.94%33.33%-
HSV(B)18.21º49.56%44.31%-
XYZ108.75.02-
YUV83.72112.92148.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 74 (29.30% from 255) = 30.33%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=46.31%
G=30.33%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113745700.350.500.5618.2132.9433.33
Hex714A390233238122121
Octal161112710436270224141
Binary11100011001010111001010001111001011100010010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714A39; }

 p { color: rgb(113,74,57); }

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

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

 a { background-color: rgb(113,74,57); }

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

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

 span { border-color: rgb(113,74,57); }

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