#824026

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

Shades of Copper Canyon #824026

Tints of Copper Canyon #824026

Color information

#824026 (or 0x824026) is unknown color: approx Copper Canyon. HEX triplet: 82, 40 and 26. RGB value is (130,64,38). Sum of RGB (Red+Green+Blue) = 130+64+38=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #824026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824026 is #7DBFD9. Grayscale: #505050. Windows color (decimal): -8241114 or 2506882. OLE color: 2506882.

HSL color Cylindrical-coordinate representation of color #824026: hue angle of 16.96º degrees, saturation: 0.55, 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 #824026 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB1306438-
CMYK00.510.710.49
HSL16.96º54.76%32.94%-
HSV(B)16.96º70.77%50.98%-
XYZ11.398.552.88-
YUV80.77103.87163.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.03%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=56.03%
G=27.59%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130643800.510.710.4916.9654.7632.94
Hex8240260334731113721
Octal2021004606310761216741
Binary1000001010000001001100110011100011111000110001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824026; }

 p { color: rgb(130,64,38); }

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

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

 a { background-color: rgb(130,64,38); }

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

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

 span { border-color: rgb(130,64,38); }

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