#80402A

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

Shades of Copper Canyon #80402A

Tints of Copper Canyon #80402A

Color information

#80402A (or 0x80402A) is unknown color: approx Copper Canyon. HEX triplet: 80, 40 and 2A. RGB value is (128,64,42). Sum of RGB (Red+Green+Blue) = 128+64+42=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #80402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80402A is #7FBFD5. Grayscale: #505050. Windows color (decimal): -8372182 or 2769024. OLE color: 2769024.

HSL color Cylindrical-coordinate representation of color #80402A: hue angle of 15.35º 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 #80402A is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1286442-
CMYK00.50.670.50
HSL15.35º50.59%33.33%-
HSV(B)15.35º67.19%50.2%-
XYZ11.158.423.23-
YUV80.63106.2161.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.70%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=54.70%
G=27.35%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128644200.50.670.5015.3550.5933.33
Hex80402A0324332f3321
Octal2001005206210362176341
Binary100000001000000101010011001010000111100101111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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