#814329

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

Shades of Copper Canyon #814329

Tints of Copper Canyon #814329

Color information

#814329 (or 0x814329) is unknown color: approx Copper Canyon. HEX triplet: 81, 43 and 29. RGB value is (129,67,41). Sum of RGB (Red+Green+Blue) = 129+67+41=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #814329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814329 is #7EBCD6. Grayscale: #525252. Windows color (decimal): -8305879 or 2704257. OLE color: 2704257.

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

Color convert

RGB1296741-
CMYK00.480.680.49
HSL17.73º51.76%33.33%-
HSV(B)17.73º68.22%50.59%-
XYZ11.468.843.2-
YUV82.57104.54161.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.43%
GREEN value IS 67 (26.56% from 255) = 28.27%
BLUE value IS 41 (16.41% from 255) = 17.30%
R=54.43%
G=28.27%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129674100.480.680.4917.7351.7633.33
Hex8143290304431123421
Octal2011035106010461226441
Binary1000000110000111010010110000100010011000110010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814329; }

 p { color: rgb(129,67,41); }

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

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

 a { background-color: rgb(129,67,41); }

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

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

 span { border-color: rgb(129,67,41); }

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