#714F34

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

Shades of Old Copper #714F34

Tints of Old Copper #714F34

Color information

#714F34 (or 0x714F34) is unknown color: approx Old Copper. HEX triplet: 71, 4F and 34. RGB value is (113,79,52). Sum of RGB (Red+Green+Blue) = 113+79+52=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #714F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F34 is #8EB0CB. Grayscale: #565656. Windows color (decimal): -9351372 or 3428209. OLE color: 3428209.

HSL color Cylindrical-coordinate representation of color #714F34: hue angle of 26.56º 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 #714F34 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1137952-
CMYK00.300.540.56
HSL26.56º36.97%32.35%-
HSV(B)26.56º53.98%44.31%-
XYZ10.239.354.51-
YUV86.09108.76147.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 52 (20.70% from 255) = 21.31%
R=46.31%
G=32.38%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113795200.300.540.5626.5636.9732.35
Hex714F3401E36381b2520
Octal161117640366670334540
Binary1110001100111111010001111011011011100011011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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