#763F28

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

Shades of Copper Canyon #763F28

Tints of Copper Canyon #763F28

Color information

#763F28 (or 0x763F28) is unknown color: approx Copper Canyon. HEX triplet: 76, 3F and 28. RGB value is (118,63,40). Sum of RGB (Red+Green+Blue) = 118+63+40=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #763F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F28 is #89C0D7. Grayscale: #4C4C4C. Windows color (decimal): -9027800 or 2637686. OLE color: 2637686.

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

Color convert

RGB1186340-
CMYK00.470.660.54
HSL17.69º49.37%30.98%-
HSV(B)17.69º66.1%46.27%-
XYZ9.637.562.96-
YUV76.82107.22157.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 63 (25% from 255) = 28.51%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=53.39%
G=28.51%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118634000.470.660.5417.6949.3730.98
Hex763F2802F423612311f
Octal166775005710266226137
Binary1110110111111101000010111110000101101101001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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