#803E2B

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

Shades of Copper Canyon #803E2B

Tints of Copper Canyon #803E2B

Color information

#803E2B (or 0x803E2B) is unknown color: approx Copper Canyon. HEX triplet: 80, 3E and 2B. RGB value is (128,62,43). Sum of RGB (Red+Green+Blue) = 128+62+43=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #803E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803E2B is #7FC1D4. Grayscale: #4F4F4F. Windows color (decimal): -8372693 or 2834048. OLE color: 2834048.

HSL color Cylindrical-coordinate representation of color #803E2B: hue angle of 13.41º 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 #803E2B is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1286243-
CMYK00.520.660.50
HSL13.41º49.71%33.53%-
HSV(B)13.41º66.41%50.2%-
XYZ11.068.213.29-
YUV79.57107.37162.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.94%
GREEN value IS 62 (24.61% from 255) = 26.61%
BLUE value IS 43 (17.19% from 255) = 18.45%
R=54.94%
G=26.61%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128624300.520.660.5013.4149.7133.53
Hex803E2B0344232d3222
Octal200765306410262156242
Binary10000000111110101011011010010000101100101101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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