#714139

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

Shades of Metallic Copper #714139

Tints of Metallic Copper #714139

Color information

#714139 (or 0x714139) is unknown color: approx Metallic Copper. HEX triplet: 71, 41 and 39. RGB value is (113,65,57). Sum of RGB (Red+Green+Blue) = 113+65+57=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #714139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714139 is #8EBEC6. Grayscale: #4E4E4E. Windows color (decimal): -9354951 or 3752305. OLE color: 3752305.

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

Color convert

RGB1136557-
CMYK00.420.500.56
HSL8.57º32.94%33.33%-
HSV(B)8.57º49.56%44.31%-
XYZ9.447.594.84-
YUV78.44115.9152.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=48.09%
G=27.66%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113655700.420.500.568.5732.9433.33
Hex71413902A323892121
Octal161101710526270114141
Binary1110001100000111100101010101100101110001001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714139; }

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

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

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

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

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

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

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

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