#824027

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

Shades of Copper Canyon #824027

Tints of Copper Canyon #824027

Color information

#824027 (or 0x824027) is unknown color: approx Copper Canyon. HEX triplet: 82, 40 and 27. RGB value is (130,64,39). Sum of RGB (Red+Green+Blue) = 130+64+39=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #824027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824027 is #7DBFD8. Grayscale: #515151. Windows color (decimal): -8241113 or 2572418. OLE color: 2572418.

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

Color convert

RGB1306439-
CMYK00.510.700.49
HSL16.48º53.85%33.14%-
HSV(B)16.48º70%50.98%-
XYZ11.418.562.97-
YUV80.88104.37163.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.79%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 39 (15.62% from 255) = 16.74%
R=55.79%
G=27.47%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130643900.510.700.4916.4853.8533.14
Hex8240270334631103621
Octal2021004706310661206641
Binary1000001010000001001110110011100011011000110000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824027; }

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

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

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

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

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

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

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

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