#813D22

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

Shades of Copper Canyon #813D22

Tints of Copper Canyon #813D22

Color information

#813D22 (or 0x813D22) is unknown color: approx Copper Canyon. HEX triplet: 81, 3D and 22. RGB value is (129,61,34). Sum of RGB (Red+Green+Blue) = 129+61+34=224 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.59% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 129 - color contains mainly: red. Hex color #813D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813D22 is #7EC2DD. Grayscale: #4E4E4E. Windows color (decimal): -8307422 or 2243969. OLE color: 2243969.

HSL color Cylindrical-coordinate representation of color #813D22: hue angle of 17.05º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #813D22 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB1296134-
CMYK00.530.740.49
HSL17.05º58.28%31.96%-
HSV(B)17.05º73.64%50.59%-
XYZ11.018.122.5-
YUV78.25103.03164.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.59%
GREEN value IS 61 (24.22% from 255) = 27.23%
BLUE value IS 34 (13.67% from 255) = 15.18%
R=57.59%
G=27.23%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129613400.530.740.4917.0558.2831.96
Hex813D220354A31113a20
Octal201754206511261217240
Binary100000011111011000100110101100101011000110001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,61,34); }

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

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

 a { background-color: rgb(129,61,34); }

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

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

 span { border-color: rgb(129,61,34); }

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