#824025

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

Shades of Copper Canyon #824025

Tints of Copper Canyon #824025

Color information

#824025 (or 0x824025) is unknown color: approx Copper Canyon. HEX triplet: 82, 40 and 25. RGB value is (130,64,37). Sum of RGB (Red+Green+Blue) = 130+64+37=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #824025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824025 is #7DBFDA. Grayscale: #505050. Windows color (decimal): -8241115 or 2441346. OLE color: 2441346.

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

Color convert

RGB1306437-
CMYK00.510.720.49
HSL17.42º55.69%32.75%-
HSV(B)17.42º71.54%50.98%-
XYZ11.378.552.8-
YUV80.66103.37163.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 37 (14.84% from 255) = 16.02%
R=56.28%
G=27.71%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130643700.510.720.4917.4255.6932.75
Hex8240250334831113821
Octal2021004506311061217041
Binary1000001010000001001010110011100100011000110001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824025; }

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

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

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

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

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

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

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

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