#824429

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

Shades of Copper Canyon #824429

Tints of Copper Canyon #824429

Color information

#824429 (or 0x824429) is unknown color: approx Copper Canyon. HEX triplet: 82, 44 and 29. RGB value is (130,68,41). Sum of RGB (Red+Green+Blue) = 130+68+41=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #824429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824429 is #7DBBD6. Grayscale: #535353. Windows color (decimal): -8240087 or 2704514. OLE color: 2704514.

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

Color convert

RGB1306841-
CMYK00.480.680.49
HSL18.2º52.05%33.53%-
HSV(B)18.2º68.46%50.98%-
XYZ11.679.043.23-
YUV83.46104.04161.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 41 (16.41% from 255) = 17.15%
R=54.39%
G=28.45%
B=17.15%

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
Decimal130684100.480.680.4918.252.0533.53
Hex8244290304431123422
Octal2021045106010461226442
Binary1000001010001001010010110000100010011000110010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824429; }

 p { color: rgb(130,68,41); }

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

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

 a { background-color: rgb(130,68,41); }

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

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

 span { border-color: rgb(130,68,41); }

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