#814327

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

Shades of Copper Canyon #814327

Tints of Copper Canyon #814327

Color information

#814327 (or 0x814327) is unknown color: approx Copper Canyon. HEX triplet: 81, 43 and 27. RGB value is (129,67,39). Sum of RGB (Red+Green+Blue) = 129+67+39=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #814327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814327 is #7EBCD8. Grayscale: #525252. Windows color (decimal): -8305881 or 2573185. OLE color: 2573185.

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

Color convert

RGB1296739-
CMYK00.480.700.49
HSL18.67º53.57%32.94%-
HSV(B)18.67º69.77%50.59%-
XYZ11.438.833.02-
YUV82.35103.54161.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.89%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 39 (15.62% from 255) = 16.60%
R=54.89%
G=28.51%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129673900.480.700.4918.6753.5732.94
Hex8143270304631133621
Octal2011034706010661236641
Binary1000000110000111001110110000100011011000110011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814327; }

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

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

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

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

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

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

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

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