#7D442B

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

Shades of Copper Canyon #7D442B

Tints of Copper Canyon #7D442B

Color information

#7D442B (or 0x7D442B) is unknown color: approx Copper Canyon. HEX triplet: 7D, 44 and 2B. RGB value is (125,68,43). Sum of RGB (Red+Green+Blue) = 125+68+43=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D442B is #82BBD4. Grayscale: #525252. Windows color (decimal): -8567765 or 2835581. OLE color: 2835581.

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

Color convert

RGB1256843-
CMYK00.460.660.51
HSL18.29º48.81%32.94%-
HSV(B)18.29º65.6%49.02%-
XYZ10.968.673.38-
YUV82.19105.88158.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.97%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 43 (17.19% from 255) = 18.22%
R=52.97%
G=28.81%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125684300.460.660.5118.2948.8132.94
Hex7D442B02E4233123121
Octal1751045305610263226141
Binary111110110001001010110101110100001011001110010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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