#7F412C

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

Shades of Copper Canyon #7F412C

Tints of Copper Canyon #7F412C

Color information

#7F412C (or 0x7F412C) is unknown color: approx Copper Canyon. HEX triplet: 7F, 41 and 2C. RGB value is (127,65,44). Sum of RGB (Red+Green+Blue) = 127+65+44=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F412C is #80BED3. Grayscale: #515151. Windows color (decimal): -8437460 or 2900351. OLE color: 2900351.

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

Color convert

RGB1276544-
CMYK00.490.650.50
HSL15.18º48.54%33.53%-
HSV(B)15.18º65.35%49.8%-
XYZ11.18.473.43-
YUV81.14107.04160.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.81%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 44 (17.58% from 255) = 18.64%
R=53.81%
G=27.54%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127654400.490.650.5015.1848.5433.53
Hex7F412C0314132f3122
Octal1771015406110162176142
Binary11111111000001101100011000110000011100101111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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