#813111

Color #813111 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #813111

Tints of Peru Tan #813111

Color information

#813111 (or 0x813111) is unknown color: approx Peru Tan. HEX triplet: 81, 31 and 11. RGB value is (129,49,17). Sum of RGB (Red+Green+Blue) = 129+49+17=195 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.15% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 129 - color contains mainly: red. Hex color #813111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813111 is #7ECEEE. Grayscale: #454545. Windows color (decimal): -8310511 or 1126785. OLE color: 1126785.

HSL color Cylindrical-coordinate representation of color #813111: hue angle of 17.14º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #813111 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB1294917-
CMYK00.620.870.49
HSL17.14º76.71%28.63%-
HSV(B)17.14º86.82%50.59%-
XYZ10.256.91.32-
YUV69.2798.5170.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.15%
GREEN value IS 49 (19.53% from 255) = 25.13%
BLUE value IS 17 (7.03% from 255) = 8.72%
R=66.15%
G=25.13%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129491700.620.870.4917.1476.7128.63
Hex81311103E5731114d1d
Octal2016121076127612111535
Binary10000001110001100010111110101011111000110001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813111; }

 p { color: rgb(129,49,17); }

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

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

 a { background-color: rgb(129,49,17); }

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

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

 span { border-color: rgb(129,49,17); }

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