#713f2c

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

Shades of Copper Canyon #713F2C

Tints of Copper Canyon #713F2C

Color information

#713F2C (or 0x713F2C) is unknown color: approx Copper Canyon. HEX triplet: 71, 3F and 2C. RGB value is (113,63,44). Sum of RGB (Red+Green+Blue) = 113+63+44=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #713F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F2C is #8EC0D3. Grayscale: #4B4B4B. Windows color (decimal): -9355476 or 2899825. OLE color: 2899825.

HSL color Cylindrical-coordinate representation of color #713F2C: hue angle of 16.52º 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 #713F2C is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1136344-
CMYK00.440.610.56
HSL16.52º43.95%30.78%-
HSV(B)16.52º61.06%44.31%-
XYZ9.047.253.31-
YUV75.78110.06154.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 63 (25% from 255) = 28.64%
BLUE value IS 44 (17.58% from 255) = 20%
R=51.36%
G=28.64%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113634400.440.610.5616.5243.9530.78
Hex713F2C02C3D38112c1f
Octal16177540547570215437
Binary111000111111110110001011001111011110001000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713f2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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