#804129

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

Shades of Copper Canyon #804129

Tints of Copper Canyon #804129

Color information

#804129 (or 0x804129) is unknown color: approx Copper Canyon. HEX triplet: 80, 41 and 29. RGB value is (128,65,41). Sum of RGB (Red+Green+Blue) = 128+65+41=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #804129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804129 is #7FBED6. Grayscale: #515151. Windows color (decimal): -8371927 or 2703744. OLE color: 2703744.

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

Color convert

RGB1286541-
CMYK00.490.680.50
HSL16.55º51.48%33.14%-
HSV(B)16.55º67.97%50.2%-
XYZ11.198.533.15-
YUV81.1105.37161.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.70%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 41 (16.41% from 255) = 17.52%
R=54.70%
G=27.78%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128654100.490.680.5016.5551.4833.14
Hex8041290314432113321
Octal2001015106110462216341
Binary1000000010000011010010110001100010011001010001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804129; }

 p { color: rgb(128,65,41); }

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

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

 a { background-color: rgb(128,65,41); }

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

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

 span { border-color: rgb(128,65,41); }

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