#7F3E2C

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

Shades of Copper Canyon #7F3E2C

Tints of Copper Canyon #7F3E2C

Color information

#7F3E2C (or 0x7F3E2C) is unknown color: approx Copper Canyon. HEX triplet: 7F, 3E and 2C. RGB value is (127,62,44). Sum of RGB (Red+Green+Blue) = 127+62+44=233 (30% of max value = 765). Red value is 127 (50% from 255 or 54.51% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3E2C is #80C1D3. Grayscale: #4F4F4F. Windows color (decimal): -8438228 or 2899583. OLE color: 2899583.

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

Color convert

RGB1276244-
CMYK00.510.650.50
HSL13.01º48.54%33.53%-
HSV(B)13.01º65.35%49.8%-
XYZ10.938.143.38-
YUV79.38108.03161.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 54.51%
GREEN value IS 62 (24.61% from 255) = 26.61%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=54.51%
G=26.61%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127624400.510.650.5013.0148.5433.53
Hex7F3E2C0334132d3122
Octal177765406310162156142
Binary1111111111110101100011001110000011100101101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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