#763C28

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

Shades of Copper Canyon #763C28

Tints of Copper Canyon #763C28

Color information

#763C28 (or 0x763C28) is unknown color: approx Copper Canyon. HEX triplet: 76, 3C and 28. RGB value is (118,60,40). Sum of RGB (Red+Green+Blue) = 118+60+40=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #763C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C28 is #89C3D7. Grayscale: #4B4B4B. Windows color (decimal): -9028568 or 2636918. OLE color: 2636918.

HSL color Cylindrical-coordinate representation of color #763C28: hue angle of 15.38º 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 #763C28 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1186040-
CMYK00.490.660.54
HSL15.38º49.37%30.98%-
HSV(B)15.38º66.1%46.27%-
XYZ9.477.242.91-
YUV75.06108.22158.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 60 (23.83% from 255) = 27.52%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=54.13%
G=27.52%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118604000.490.660.5415.3849.3730.98
Hex763C280314236f311f
Octal166745006110266176137
Binary111011011110010100001100011000010110110111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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