#804025

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

Shades of Copper Canyon #804025

Tints of Copper Canyon #804025

Color information

#804025 (or 0x804025) is unknown color: approx Copper Canyon. HEX triplet: 80, 40 and 25. RGB value is (128,64,37). Sum of RGB (Red+Green+Blue) = 128+64+37=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #804025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804025 is #7FBFDA. Grayscale: #505050. Windows color (decimal): -8372187 or 2441344. OLE color: 2441344.

HSL color Cylindrical-coordinate representation of color #804025: hue angle of 17.8º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #804025 is Cyan = 0, Magento = 0.5, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB1286437-
CMYK00.50.710.50
HSL17.8º55.15%32.35%-
HSV(B)17.8º71.09%50.2%-
XYZ11.078.392.79-
YUV80.06103.7162.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.90%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 37 (14.84% from 255) = 16.16%
R=55.90%
G=27.95%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128643700.50.710.5017.855.1532.35
Hex8040250324732123720
Octal2001004506210762226740
Binary1000000010000001001010110010100011111001010010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804025; }

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

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

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

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

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

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

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

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