#813717

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

Shades of Peru Tan #813717

Tints of Peru Tan #813717

Color information

#813717 (or 0x813717) is unknown color: approx Peru Tan. HEX triplet: 81, 37 and 17. RGB value is (129,55,23). Sum of RGB (Red+Green+Blue) = 129+55+23=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #813717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813717 is #7EC8E8. Grayscale: #494949. Windows color (decimal): -8308969 or 1521537. OLE color: 1521537.

HSL color Cylindrical-coordinate representation of color #813717: hue angle of 18.11º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #813717 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1295523-
CMYK00.570.820.49
HSL18.11º69.74%29.8%-
HSV(B)18.11º82.17%50.59%-
XYZ10.577.461.69-
YUV73.4899.52167.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.32%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 23 (9.38% from 255) = 11.11%
R=62.32%
G=26.57%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129552300.570.820.4918.1169.7429.8
Hex813717039523112461e
Octal2016727071122612210636
Binary10000001110111101110111001101001011000110010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813717; }

 p { color: rgb(129,55,23); }

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

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

 a { background-color: rgb(129,55,23); }

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

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

 span { border-color: rgb(129,55,23); }

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