#713E2C

Color #713E2C Copper Canyon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Canyon #713E2C

Tints of Copper Canyon #713E2C

Color information

#713E2C (or 0x713E2C) is unknown color: approx Copper Canyon. HEX triplet: 71, 3E and 2C. RGB value is (113,62,44). Sum of RGB (Red+Green+Blue) = 113+62+44=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #713E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E2C is #8EC1D3. Grayscale: #4B4B4B. Windows color (decimal): -9355732 or 2899569. OLE color: 2899569.

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

Color convert

RGB1136244-
CMYK00.450.610.56
HSL15.65º43.95%30.78%-
HSV(B)15.65º61.06%44.31%-
XYZ8.997.143.29-
YUV75.2110.4154.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.60%
GREEN value IS 62 (24.61% from 255) = 28.31%
BLUE value IS 44 (17.58% from 255) = 20.09%
R=51.60%
G=28.31%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113624400.450.610.5615.6543.9530.78
Hex713E2C02D3D38102c1f
Octal16176540557570205437
Binary111000111111010110001011011111011110001000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713E2C; }

 p { color: rgb(113,62,44); }

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

<style>
 a { background-color: #713E2C; }

 a { background-color: rgb(113,62,44); }

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

<style>
 span { border-color: #713E2C; }

 span { border-color: rgb(113,62,44); }

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