#714133

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

Shades of Metallic Copper #714133

Tints of Metallic Copper #714133

Color information

#714133 (or 0x714133) is unknown color: approx Metallic Copper. HEX triplet: 71, 41 and 33. RGB value is (113,65,51). Sum of RGB (Red+Green+Blue) = 113+65+51=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #714133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714133 is #8EBECC. Grayscale: #4D4D4D. Windows color (decimal): -9354957 or 3359089. OLE color: 3359089.

HSL color Cylindrical-coordinate representation of color #714133: hue angle of 13.55º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #714133 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB1136551-
CMYK00.420.550.56
HSL13.55º37.8%32.16%-
HSV(B)13.55º54.87%44.31%-
XYZ9.37.534.1-
YUV77.76112.9153.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 65 (25.78% from 255) = 28.38%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=49.34%
G=28.38%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113655100.420.550.5613.5537.832.16
Hex71413302A3738e2620
Octal161101630526770164640
Binary1110001100000111001101010101101111110001110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714133; }

 p { color: rgb(113,65,51); }

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

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

 a { background-color: rgb(113,65,51); }

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

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

 span { border-color: rgb(113,65,51); }

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