#763F2A

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

Shades of Copper Canyon #763F2A

Tints of Copper Canyon #763F2A

Color information

#763F2A (or 0x763F2A) is unknown color: approx Copper Canyon. HEX triplet: 76, 3F and 2A. RGB value is (118,63,42). Sum of RGB (Red+Green+Blue) = 118+63+42=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #763F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F2A is #89C0D5. Grayscale: #4D4D4D. Windows color (decimal): -9027798 or 2768758. OLE color: 2768758.

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

Color convert

RGB1186342-
CMYK00.470.640.54
HSL16.58º47.5%31.37%-
HSV(B)16.58º64.41%46.27%-
XYZ9.677.573.14-
YUV77.05108.22157.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 63 (25% from 255) = 28.25%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=52.91%
G=28.25%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118634200.470.640.5416.5847.531.37
Hex763F2A02F403611301f
Octal166775205710066216037
Binary1110110111111101010010111110000001101101000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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