#803F2B

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

Shades of Copper Canyon #803F2B

Tints of Copper Canyon #803F2B

Color information

#803F2B (or 0x803F2B) is unknown color: approx Copper Canyon. HEX triplet: 80, 3F and 2B. RGB value is (128,63,43). Sum of RGB (Red+Green+Blue) = 128+63+43=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #803F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F2B is #7FC0D4. Grayscale: #505050. Windows color (decimal): -8372437 or 2834304. OLE color: 2834304.

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

Color convert

RGB1286343-
CMYK00.510.660.50
HSL14.12º49.71%33.53%-
HSV(B)14.12º66.41%50.2%-
XYZ11.128.323.31-
YUV80.15107.03162.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.70%
GREEN value IS 63 (25% from 255) = 26.92%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=54.70%
G=26.92%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128634300.510.660.5014.1249.7133.53
Hex803F2B0334232e3222
Octal200775306310262166242
Binary10000000111111101011011001110000101100101110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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