#714E34

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

Shades of Old Copper #714E34

Tints of Old Copper #714E34

Color information

#714E34 (or 0x714E34) is unknown color: approx Old Copper. HEX triplet: 71, 4E and 34. RGB value is (113,78,52). Sum of RGB (Red+Green+Blue) = 113+78+52=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #714E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E34 is #8EB1CB. Grayscale: #555555. Windows color (decimal): -9351628 or 3427953. OLE color: 3427953.

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

Color convert

RGB1137852-
CMYK00.310.540.56
HSL25.57º36.97%32.35%-
HSV(B)25.57º53.98%44.31%-
XYZ10.159.214.49-
YUV85.5109.1147.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=46.50%
G=32.10%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113785200.310.540.5625.5736.9732.35
Hex714E3401F36381a2520
Octal161116640376670324540
Binary1110001100111011010001111111011011100011010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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