#7D462C

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

Shades of Copper Canyon #7D462C

Tints of Copper Canyon #7D462C

Color information

#7D462C (or 0x7D462C) is unknown color: approx Copper Canyon. HEX triplet: 7D, 46 and 2C. RGB value is (125,70,44). Sum of RGB (Red+Green+Blue) = 125+70+44=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D462C is #82B9D3. Grayscale: #535353. Windows color (decimal): -8567252 or 2901629. OLE color: 2901629.

HSL color Cylindrical-coordinate representation of color #7D462C: hue angle of 19.26º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D462C is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1257044-
CMYK00.440.650.51
HSL19.26º47.93%33.14%-
HSV(B)19.26º64.8%49.02%-
XYZ11.18.923.52-
YUV83.48105.72157.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.30%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=52.30%
G=29.29%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125704400.440.650.5119.2647.9333.14
Hex7D462C02C4133133021
Octal1751065405410163236041
Binary111110110001101011000101100100000111001110011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D462C; }

 p { color: rgb(125,70,44); }

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

<style>
 a { background-color: #7D462C; }

 a { background-color: rgb(125,70,44); }

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

<style>
 span { border-color: #7D462C; }

 span { border-color: rgb(125,70,44); }

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