#813513

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

Shades of Peru Tan #813513

Tints of Peru Tan #813513

Color information

#813513 (or 0x813513) is unknown color: approx Peru Tan. HEX triplet: 81, 35 and 13. RGB value is (129,53,19). Sum of RGB (Red+Green+Blue) = 129+53+19=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #813513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813513 is #7ECAEC. Grayscale: #484848. Windows color (decimal): -8309485 or 1258881. OLE color: 1258881.

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

Color convert

RGB1295319-
CMYK00.590.850.49
HSL18.55º74.32%29.02%-
HSV(B)18.55º85.27%50.59%-
XYZ10.447.261.47-
YUV71.8598.18168.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.18%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 19 (7.81% from 255) = 9.45%
R=64.18%
G=26.37%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129531900.590.850.4918.5574.3229.02
Hex81351303B5531134a1d
Octal2016523073125612311235
Binary10000001110101100110111011101010111000110011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813513; }

 p { color: rgb(129,53,19); }

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

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

 a { background-color: rgb(129,53,19); }

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

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

 span { border-color: rgb(129,53,19); }

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