#813515

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

Shades of Peru Tan #813515

Tints of Peru Tan #813515

Color information

#813515 (or 0x813515) is unknown color: approx Peru Tan. HEX triplet: 81, 35 and 15. RGB value is (129,53,21). Sum of RGB (Red+Green+Blue) = 129+53+21=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #813515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813515 is #7ECAEA. Grayscale: #484848. Windows color (decimal): -8309483 or 1389953. OLE color: 1389953.

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

Color convert

RGB1295321-
CMYK00.590.840.49
HSL17.78º72%29.41%-
HSV(B)17.78º83.72%50.59%-
XYZ10.467.271.56-
YUV72.0899.18168.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 63.55%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 21 (8.59% from 255) = 10.34%
R=63.55%
G=26.11%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129532100.590.840.4917.787229.41
Hex81351503B543112481d
Octal2016525073124612211035
Binary10000001110101101010111011101010011000110010100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813515; }

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

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

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

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

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

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

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

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