#7F422C

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

Shades of Copper Canyon #7F422C

Tints of Copper Canyon #7F422C

Color information

#7F422C (or 0x7F422C) is unknown color: approx Copper Canyon. HEX triplet: 7F, 42 and 2C. RGB value is (127,66,44). Sum of RGB (Red+Green+Blue) = 127+66+44=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F422C is #80BDD3. Grayscale: #515151. Windows color (decimal): -8437204 or 2900607. OLE color: 2900607.

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

Color convert

RGB1276644-
CMYK00.480.650.50
HSL15.9º48.54%33.53%-
HSV(B)15.9º65.35%49.8%-
XYZ11.168.593.45-
YUV81.73106.71160.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.59%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 44 (17.58% from 255) = 18.57%
R=53.59%
G=27.85%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127664400.480.650.5015.948.5433.53
Hex7F422C0304132103122
Octal1771025406010162206142
Binary111111110000101011000110000100000111001010000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,66,44); }

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

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

 a { background-color: rgb(127,66,44); }

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

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

 span { border-color: rgb(127,66,44); }

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