#824127

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

Shades of Copper Canyon #824127

Tints of Copper Canyon #824127

Color information

#824127 (or 0x824127) is unknown color: approx Copper Canyon. HEX triplet: 82, 41 and 27. RGB value is (130,65,39). Sum of RGB (Red+Green+Blue) = 130+65+39=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #824127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824127 is #7DBED8. Grayscale: #515151. Windows color (decimal): -8240857 or 2572674. OLE color: 2572674.

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

Color convert

RGB1306539-
CMYK00.500.700.49
HSL17.14º53.85%33.14%-
HSV(B)17.14º70%50.98%-
XYZ11.468.672.99-
YUV81.47104.03162.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=55.56%
G=27.78%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130653900.500.700.4917.1453.8533.14
Hex8241270324631113621
Octal2021014706210661216641
Binary1000001010000011001110110010100011011000110001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824127; }

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

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

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

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

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

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

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

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