#7F4425

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

Shades of Copper Canyon #7F4425

Tints of Copper Canyon #7F4425

Color information

#7F4425 (or 0x7F4425) is unknown color: approx Copper Canyon. HEX triplet: 7F, 44 and 25. RGB value is (127,68,37). Sum of RGB (Red+Green+Blue) = 127+68+37=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4425 is #80BBDA. Grayscale: #525252. Windows color (decimal): -8436699 or 2442367. OLE color: 2442367.

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

Color convert

RGB1276837-
CMYK00.460.710.50
HSL20.67º54.88%32.16%-
HSV(B)20.67º70.87%49.8%-
XYZ11.158.782.86-
YUV82.11102.55160.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 54.74%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 37 (14.84% from 255) = 15.95%
R=54.74%
G=29.31%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127683700.460.710.5020.6754.8832.16
Hex7F442502E4732153720
Octal1771044505610762256740
Binary111111110001001001010101110100011111001010101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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