#814426

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

Shades of Copper Canyon #814426

Tints of Copper Canyon #814426

Color information

#814426 (or 0x814426) is unknown color: approx Copper Canyon. HEX triplet: 81, 44 and 26. RGB value is (129,68,38). Sum of RGB (Red+Green+Blue) = 129+68+38=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #814426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814426 is #7EBBD9. Grayscale: #535353. Windows color (decimal): -8305626 or 2507905. OLE color: 2507905.

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

Color convert

RGB1296838-
CMYK00.470.710.49
HSL19.78º54.49%32.75%-
HSV(B)19.78º70.54%50.59%-
XYZ11.478.942.96-
YUV82.82102.71160.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.89%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 38 (15.23% from 255) = 16.17%
R=54.89%
G=28.94%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129683800.470.710.4919.7854.4932.75
Hex81442602F4731143621
Octal2011044605710761246641
Binary1000000110001001001100101111100011111000110100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814426; }

 p { color: rgb(129,68,38); }

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

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

 a { background-color: rgb(129,68,38); }

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

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

 span { border-color: rgb(129,68,38); }

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