#714E3C

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

Shades of Old Copper #714E3C

Tints of Old Copper #714E3C

Color information

#714E3C (or 0x714E3C) is unknown color: approx Old Copper. HEX triplet: 71, 4E and 3C. RGB value is (113,78,60). Sum of RGB (Red+Green+Blue) = 113+78+60=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #714E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E3C is #8EB1C3. Grayscale: #565656. Windows color (decimal): -9351620 or 3952241. OLE color: 3952241.

HSL color Cylindrical-coordinate representation of color #714E3C: hue angle of 20.38º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #714E3C is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1137860-
CMYK00.310.470.56
HSL20.38º30.64%33.92%-
HSV(B)20.38º46.9%44.31%-
XYZ10.359.295.52-
YUV86.41113.1146.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 78 (30.86% from 255) = 31.08%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=45.02%
G=31.08%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113786000.310.470.5620.3830.6433.92
Hex714E3C01F2F38141f22
Octal161116740375770243742
Binary111000110011101111000111111011111110001010011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,78,60); }

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

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

 a { background-color: rgb(113,78,60); }

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

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

 span { border-color: rgb(113,78,60); }

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