#813F2B

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

Shades of Copper Canyon #813F2B

Tints of Copper Canyon #813F2B

Color information

#813F2B (or 0x813F2B) is unknown color: approx Copper Canyon. HEX triplet: 81, 3F and 2B. RGB value is (129,63,43). Sum of RGB (Red+Green+Blue) = 129+63+43=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #813F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813F2B is #7EC0D4. Grayscale: #505050. Windows color (decimal): -8306901 or 2834305. OLE color: 2834305.

HSL color Cylindrical-coordinate representation of color #813F2B: hue angle of 13.95º degrees, saturation: 0.5, 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 #813F2B is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1296343-
CMYK00.510.670.49
HSL13.95º50%33.73%-
HSV(B)13.95º66.67%50.59%-
XYZ11.278.43.31-
YUV80.45106.87162.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.89%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 43 (17.19% from 255) = 18.30%
R=54.89%
G=26.81%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129634300.510.670.4913.955033.73
Hex813F2B0334331e3222
Octal201775306310361166242
Binary10000001111111101011011001110000111100011110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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