#7D442C

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

Shades of Copper Canyon #7D442C

Tints of Copper Canyon #7D442C

Color information

#7D442C (or 0x7D442C) is unknown color: approx Copper Canyon. HEX triplet: 7D, 44 and 2C. RGB value is (125,68,44). Sum of RGB (Red+Green+Blue) = 125+68+44=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D442C is #82BBD3. Grayscale: #525252. Windows color (decimal): -8567764 or 2901117. OLE color: 2901117.

HSL color Cylindrical-coordinate representation of color #7D442C: hue angle of 17.78º 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 #7D442C is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1256844-
CMYK00.460.650.51
HSL17.78º47.93%33.14%-
HSV(B)17.78º64.8%49.02%-
XYZ10.988.683.48-
YUV82.31106.38158.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.74%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 44 (17.58% from 255) = 18.57%
R=52.74%
G=28.69%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125684400.460.650.5117.7847.9333.14
Hex7D442C02E4133123021
Octal1751045405610163226041
Binary111110110001001011000101110100000111001110010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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