#71402C

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

Shades of Copper Canyon #71402C

Tints of Copper Canyon #71402C

Color information

#71402C (or 0x71402C) is unknown color: approx Copper Canyon. HEX triplet: 71, 40 and 2C. RGB value is (113,64,44). Sum of RGB (Red+Green+Blue) = 113+64+44=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #71402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71402C is #8EBFD3. Grayscale: #4C4C4C. Windows color (decimal): -9355220 or 2900081. OLE color: 2900081.

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

Color convert

RGB1136444-
CMYK00.430.610.56
HSL17.39º43.95%30.78%-
HSV(B)17.39º61.06%44.31%-
XYZ9.17.363.32-
YUV76.37109.73154.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.13%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=51.13%
G=28.96%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113644400.430.610.5617.3943.9530.78
Hex71402C02B3D38112c1f
Octal161100540537570215437
Binary1110001100000010110001010111111011110001000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71402C; }

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

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

<style>
 a { background-color: #71402C; }

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

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

<style>
 span { border-color: #71402C; }

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

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