#763F2E

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

Shades of Copper Canyon #763F2E

Tints of Copper Canyon #763F2E

Color information

#763F2E (or 0x763F2E) is unknown color: approx Copper Canyon. HEX triplet: 76, 3F and 2E. RGB value is (118,63,46). Sum of RGB (Red+Green+Blue) = 118+63+46=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #763F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F2E is #89C0D1. Grayscale: #4D4D4D. Windows color (decimal): -9027794 or 3030902. OLE color: 3030902.

HSL color Cylindrical-coordinate representation of color #763F2E: hue angle of 14.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #763F2E is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1186346-
CMYK00.470.610.54
HSL14.17º43.9%32.16%-
HSV(B)14.17º61.02%46.27%-
XYZ9.747.63.54-
YUV77.51110.22156.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 63 (25% from 255) = 27.75%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=51.98%
G=27.75%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118634600.470.610.5414.1743.932.16
Hex763F2E02F3D36e2c20
Octal16677560577566165440
Binary111011011111110111001011111111011101101110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763F2E; }

 p { color: rgb(118,63,46); }

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

<style>
 a { background-color: #763F2E; }

 a { background-color: rgb(118,63,46); }

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

<style>
 span { border-color: #763F2E; }

 span { border-color: rgb(118,63,46); }

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