#813E2A

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

Shades of Copper Canyon #813E2A

Tints of Copper Canyon #813E2A

Color information

#813E2A (or 0x813E2A) is unknown color: approx Copper Canyon. HEX triplet: 81, 3E and 2A. RGB value is (129,62,42). Sum of RGB (Red+Green+Blue) = 129+62+42=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #813E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813E2A is #7EC1D5. Grayscale: #4F4F4F. Windows color (decimal): -8307158 or 2768513. OLE color: 2768513.

HSL color Cylindrical-coordinate representation of color #813E2A: hue angle of 13.79º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #813E2A is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1296242-
CMYK00.520.670.49
HSL13.79º50.88%33.53%-
HSV(B)13.79º67.44%50.59%-
XYZ11.198.283.2-
YUV79.75106.7163.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.36%
GREEN value IS 62 (24.61% from 255) = 26.61%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=55.36%
G=26.61%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129624200.520.670.4913.7950.8833.53
Hex813E2A0344331e3322
Octal201765206410361166342
Binary10000001111110101010011010010000111100011110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813E2A; }

 p { color: rgb(129,62,42); }

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

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

 a { background-color: rgb(129,62,42); }

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

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

 span { border-color: rgb(129,62,42); }

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