#714939

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

Shades of Old Copper #714939

Tints of Old Copper #714939

Color information

#714939 (or 0x714939) is unknown color: approx Old Copper. HEX triplet: 71, 49 and 39. RGB value is (113,73,57). Sum of RGB (Red+Green+Blue) = 113+73+57=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #714939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714939 is #8EB6C6. Grayscale: #535353. Windows color (decimal): -9352903 or 3754353. OLE color: 3754353.

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

Color convert

RGB1137357-
CMYK00.350.500.56
HSL17.14º32.94%33.33%-
HSV(B)17.14º49.56%44.31%-
XYZ9.938.575-
YUV83.14113.25149.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 57 (22.66% from 255) = 23.46%
R=46.50%
G=30.04%
B=23.46%

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
Decimal113735700.350.500.5617.1432.9433.33
Hex7149390233238112121
Octal161111710436270214141
Binary11100011001001111001010001111001011100010001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714939; }

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

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

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

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

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

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

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

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