#83422A

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

Shades of Copper Canyon #83422A

Tints of Copper Canyon #83422A

Color information

#83422A (or 0x83422A) is unknown color: approx Copper Canyon. HEX triplet: 83, 42 and 2A. RGB value is (131,66,42). Sum of RGB (Red+Green+Blue) = 131+66+42=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #83422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83422A is #7CBDD5. Grayscale: #525252. Windows color (decimal): -8175062 or 2769539. OLE color: 2769539.

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

Color convert

RGB1316642-
CMYK00.500.680.49
HSL16.18º51.45%33.92%-
HSV(B)16.18º67.94%51.37%-
XYZ11.738.893.29-
YUV82.7105.03162.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.81%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 42 (16.80% from 255) = 17.57%
R=54.81%
G=27.62%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131664200.500.680.4916.1851.4533.92
Hex83422A0324431103322
Octal2031025206210461206342
Binary1000001110000101010100110010100010011000110000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,66,42); }

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

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

 a { background-color: rgb(131,66,42); }

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

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

 span { border-color: rgb(131,66,42); }

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