#804527

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

Shades of Copper Canyon #804527

Tints of Copper Canyon #804527

Color information

#804527 (or 0x804527) is unknown color: approx Copper Canyon. HEX triplet: 80, 45 and 27. RGB value is (128,69,39). Sum of RGB (Red+Green+Blue) = 128+69+39=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #804527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804527 is #7FBAD8. Grayscale: #535353. Windows color (decimal): -8370905 or 2573696. OLE color: 2573696.

HSL color Cylindrical-coordinate representation of color #804527: hue angle of 20.22º degrees, saturation: 0.53, 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 #804527 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB1286939-
CMYK00.460.700.50
HSL20.22º53.29%32.75%-
HSV(B)20.22º69.53%50.2%-
XYZ11.48.993.05-
YUV83.22103.05159.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.24%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 39 (15.62% from 255) = 16.53%
R=54.24%
G=29.24%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128693900.460.700.5020.2253.2932.75
Hex80452702E4632143521
Octal2001054705610662246541
Binary1000000010001011001110101110100011011001010100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804527; }

 p { color: rgb(128,69,39); }

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

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

 a { background-color: rgb(128,69,39); }

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

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

 span { border-color: rgb(128,69,39); }

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