#824326

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

Shades of Copper Canyon #824326

Tints of Copper Canyon #824326

Color information

#824326 (or 0x824326) is unknown color: approx Copper Canyon. HEX triplet: 82, 43 and 26. RGB value is (130,67,38). Sum of RGB (Red+Green+Blue) = 130+67+38=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #824326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824326 is #7DBCD9. Grayscale: #525252. Windows color (decimal): -8240346 or 2507650. OLE color: 2507650.

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

Color convert

RGB1306738-
CMYK00.480.710.49
HSL18.91º54.76%32.94%-
HSV(B)18.91º70.77%50.98%-
XYZ11.568.92.94-
YUV82.53102.87161.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 38 (15.23% from 255) = 16.17%
R=55.32%
G=28.51%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130673800.480.710.4918.9154.7632.94
Hex8243260304731133721
Octal2021034606010761236741
Binary1000001010000111001100110000100011111000110011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824326; }

 p { color: rgb(130,67,38); }

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

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

 a { background-color: rgb(130,67,38); }

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

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

 span { border-color: rgb(130,67,38); }

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