#804026

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

Shades of Copper Canyon #804026

Tints of Copper Canyon #804026

Color information

#804026 (or 0x804026) is unknown color: approx Copper Canyon. HEX triplet: 80, 40 and 26. RGB value is (128,64,38). Sum of RGB (Red+Green+Blue) = 128+64+38=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #804026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804026 is #7FBFD9. Grayscale: #505050. Windows color (decimal): -8372186 or 2506880. OLE color: 2506880.

HSL color Cylindrical-coordinate representation of color #804026: hue angle of 17.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #804026 is Cyan = 0, Magento = 0.5, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB1286438-
CMYK00.50.700.50
HSL17.33º54.22%32.55%-
HSV(B)17.33º70.31%50.2%-
XYZ11.098.42.87-
YUV80.17104.2162.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.65%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 38 (15.23% from 255) = 16.52%
R=55.65%
G=27.83%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128643800.50.700.5017.3354.2232.55
Hex8040260324632113621
Octal2001004606210662216641
Binary1000000010000001001100110010100011011001010001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804026; }

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

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

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

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

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

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

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

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