#713E2E

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

Shades of Copper Canyon #713E2E

Tints of Copper Canyon #713E2E

Color information

#713E2E (or 0x713E2E) is unknown color: approx Copper Canyon. HEX triplet: 71, 3E and 2E. RGB value is (113,62,46). Sum of RGB (Red+Green+Blue) = 113+62+46=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #713E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E2E is #8EC1D1. Grayscale: #4B4B4B. Windows color (decimal): -9355730 or 3030641. OLE color: 3030641.

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

Color convert

RGB1136246-
CMYK00.450.590.56
HSL14.33º42.14%31.18%-
HSV(B)14.33º59.29%44.31%-
XYZ9.037.153.49-
YUV75.42111.4154.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.13%
GREEN value IS 62 (24.61% from 255) = 28.05%
BLUE value IS 46 (18.36% from 255) = 20.81%
R=51.13%
G=28.05%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113624600.450.590.5614.3342.1431.18
Hex713E2E02D3B38e2a1f
Octal16176560557370165237
Binary11100011111101011100101101111011111000111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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