#714337

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

Shades of Metallic Copper #714337

Tints of Metallic Copper #714337

Color information

#714337 (or 0x714337) is unknown color: approx Metallic Copper. HEX triplet: 71, 43 and 37. RGB value is (113,67,55). Sum of RGB (Red+Green+Blue) = 113+67+55=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #714337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714337 is #8EBCC8. Grayscale: #4F4F4F. Windows color (decimal): -9354441 or 3621745. OLE color: 3621745.

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

Color convert

RGB1136755-
CMYK00.410.510.56
HSL12.41º34.52%32.94%-
HSV(B)12.41º51.33%44.31%-
XYZ9.517.84.62-
YUV79.39114.24151.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 55 (21.88% from 255) = 23.40%
R=48.09%
G=28.51%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113675500.410.510.5612.4134.5232.94
Hex7143370293338c2321
Octal161103670516370144341
Binary1110001100001111011101010011100111110001100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714337; }

 p { color: rgb(113,67,55); }

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

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

 a { background-color: rgb(113,67,55); }

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

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

 span { border-color: rgb(113,67,55); }

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