#82452A

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

Shades of Copper Canyon #82452A

Tints of Copper Canyon #82452A

Color information

#82452A (or 0x82452A) is unknown color: approx Copper Canyon. HEX triplet: 82, 45 and 2A. RGB value is (130,69,42). Sum of RGB (Red+Green+Blue) = 130+69+42=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82452A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82452A is #7DBAD5. Grayscale: #545454. Windows color (decimal): -8239830 or 2770306. OLE color: 2770306.

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

Color convert

RGB1306942-
CMYK00.470.680.49
HSL18.41º51.16%33.73%-
HSV(B)18.41º67.69%50.98%-
XYZ11.759.173.34-
YUV84.16104.21160.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 42 (16.80% from 255) = 17.43%
R=53.94%
G=28.63%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130694200.470.680.4918.4151.1633.73
Hex82452A02F4431123322
Octal2021055205710461226342
Binary1000001010001011010100101111100010011000110010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82452A; }

 p { color: rgb(130,69,42); }

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

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

 a { background-color: rgb(130,69,42); }

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

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

 span { border-color: rgb(130,69,42); }

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