#803F2A

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

Shades of Copper Canyon #803F2A

Tints of Copper Canyon #803F2A

Color information

#803F2A (or 0x803F2A) is unknown color: approx Copper Canyon. HEX triplet: 80, 3F and 2A. RGB value is (128,63,42). Sum of RGB (Red+Green+Blue) = 128+63+42=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #803F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F2A is #7FC0D5. Grayscale: #505050. Windows color (decimal): -8372438 or 2768768. OLE color: 2768768.

HSL color Cylindrical-coordinate representation of color #803F2A: hue angle of 14.65º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #803F2A is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1286342-
CMYK00.510.670.50
HSL14.65º50.59%33.33%-
HSV(B)14.65º67.19%50.2%-
XYZ11.18.313.21-
YUV80.04106.53162.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.94%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=54.94%
G=27.04%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128634200.510.670.5014.6550.5933.33
Hex803F2A0334332f3321
Octal200775206310362176341
Binary10000000111111101010011001110000111100101111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803F2A; }

 p { color: rgb(128,63,42); }

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

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

 a { background-color: rgb(128,63,42); }

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

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

 span { border-color: rgb(128,63,42); }

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