#763E2D

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

Shades of Copper Canyon #763E2D

Tints of Copper Canyon #763E2D

Color information

#763E2D (or 0x763E2D) is unknown color: approx Copper Canyon. HEX triplet: 76, 3E and 2D. RGB value is (118,62,45). Sum of RGB (Red+Green+Blue) = 118+62+45=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #763E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E2D is #89C1D2. Grayscale: #4C4C4C. Windows color (decimal): -9028051 or 2965110. OLE color: 2965110.

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

Color convert

RGB1186245-
CMYK00.470.620.54
HSL13.97º44.79%31.96%-
HSV(B)13.97º61.86%46.27%-
XYZ9.677.493.42-
YUV76.81110.05157.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 62 (24.61% from 255) = 27.56%
BLUE value IS 45 (17.97% from 255) = 20%
R=52.44%
G=27.56%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118624500.470.620.5413.9744.7931.96
Hex763E2D02F3E36e2d20
Octal16676550577666165540
Binary111011011111010110101011111111101101101110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,62,45); }

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

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

 a { background-color: rgb(118,62,45); }

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

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

 span { border-color: rgb(118,62,45); }

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