#813817

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

Shades of Peru Tan #813817

Tints of Peru Tan #813817

Color information

#813817 (or 0x813817) is unknown color: approx Peru Tan. HEX triplet: 81, 38 and 17. RGB value is (129,56,23). Sum of RGB (Red+Green+Blue) = 129+56+23=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #813817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813817 is #7EC7E8. Grayscale: #4A4A4A. Windows color (decimal): -8308713 or 1521793. OLE color: 1521793.

HSL color Cylindrical-coordinate representation of color #813817: hue angle of 18.68º 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 #813817 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1295623-
CMYK00.570.820.49
HSL18.68º69.74%29.8%-
HSV(B)18.68º82.17%50.59%-
XYZ10.627.561.71-
YUV74.0699.18167.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.02%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 23 (9.38% from 255) = 11.06%
R=62.02%
G=26.92%
B=11.06%

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
Decimal129562300.570.820.4918.6869.7429.8
Hex813817039523113461e
Octal2017027071122612310636
Binary10000001111000101110111001101001011000110011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813817; }

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

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

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

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

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

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

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

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