#7F442A

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

Shades of Copper Canyon #7F442A

Tints of Copper Canyon #7F442A

Color information

#7F442A (or 0x7F442A) is unknown color: approx Copper Canyon. HEX triplet: 7F, 44 and 2A. RGB value is (127,68,42). Sum of RGB (Red+Green+Blue) = 127+68+42=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F442A is #80BBD5. Grayscale: #525252. Windows color (decimal): -8436694 or 2770047. OLE color: 2770047.

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

Color convert

RGB1276842-
CMYK00.460.670.50
HSL18.35º50.3%33.14%-
HSV(B)18.35º66.93%49.8%-
XYZ11.248.813.3-
YUV82.68105.05159.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.59%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 42 (16.80% from 255) = 17.72%
R=53.59%
G=28.69%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127684200.460.670.5018.3550.333.14
Hex7F442A02E4332123221
Octal1771045205610362226241
Binary111111110001001010100101110100001111001010010110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,68,42); }

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

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

 a { background-color: rgb(127,68,42); }

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

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

 span { border-color: rgb(127,68,42); }

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