#80462A

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

Shades of Copper Canyon #80462A

Tints of Copper Canyon #80462A

Color information

#80462A (or 0x80462A) is unknown color: approx Copper Canyon. HEX triplet: 80, 46 and 2A. RGB value is (128,70,42). Sum of RGB (Red+Green+Blue) = 128+70+42=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80462A is #7FB9D5. Grayscale: #545454. Windows color (decimal): -8370646 or 2770560. OLE color: 2770560.

HSL color Cylindrical-coordinate representation of color #80462A: hue angle of 19.53º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80462A is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1287042-
CMYK00.450.670.50
HSL19.53º50.59%33.33%-
HSV(B)19.53º67.19%50.2%-
XYZ11.519.143.35-
YUV84.15104.22159.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.33%
GREEN value IS 70 (27.73% from 255) = 29.17%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=53.33%
G=29.17%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128704200.450.670.5019.5350.5933.33
Hex80462A02D4332143321
Octal2001065205510362246341
Binary1000000010001101010100101101100001111001010100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80462A; }

 p { color: rgb(128,70,42); }

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

<style>
 a { background-color: #80462A; }

 a { background-color: rgb(128,70,42); }

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

<style>
 span { border-color: #80462A; }

 span { border-color: rgb(128,70,42); }

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