#714E3A

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

Shades of Old Copper #714E3A

Tints of Old Copper #714E3A

Color information

#714E3A (or 0x714E3A) is unknown color: approx Old Copper. HEX triplet: 71, 4E and 3A. RGB value is (113,78,58). Sum of RGB (Red+Green+Blue) = 113+78+58=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #714E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E3A is #8EB1C5. Grayscale: #565656. Windows color (decimal): -9351622 or 3821169. OLE color: 3821169.

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

Color convert

RGB1137858-
CMYK00.310.490.56
HSL21.82º32.16%33.53%-
HSV(B)21.82º48.67%44.31%-
XYZ10.39.265.25-
YUV86.18112.1147.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.38%
GREEN value IS 78 (30.86% from 255) = 31.33%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=45.38%
G=31.33%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113785800.310.490.5621.8232.1633.53
Hex714E3A01F3138162022
Octal161116720376170264042
Binary1110001100111011101001111111000111100010110100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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