#714C35

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

Shades of Old Copper #714C35

Tints of Old Copper #714C35

Color information

#714C35 (or 0x714C35) is unknown color: approx Old Copper. HEX triplet: 71, 4C and 35. RGB value is (113,76,53). Sum of RGB (Red+Green+Blue) = 113+76+53=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #714C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C35 is #8EB3CA. Grayscale: #545454. Windows color (decimal): -9352139 or 3492977. OLE color: 3492977.

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

Color convert

RGB1137653-
CMYK00.330.530.56
HSL23º36.14%32.55%-
HSV(B)23º53.1%44.31%-
XYZ10.048.944.56-
YUV84.44110.26148.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=46.69%
G=31.40%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113765300.330.530.562336.1432.55
Hex714C350213538172421
Octal161114650416570274441
Binary11100011001100110101010000111010111100010111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,76,53); }

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

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

 a { background-color: rgb(113,76,53); }

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

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

 span { border-color: rgb(113,76,53); }

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