#813919

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

Shades of Peru Tan #813919

Tints of Peru Tan #813919

Color information

#813919 (or 0x813919) is unknown color: approx Peru Tan. HEX triplet: 81, 39 and 19. RGB value is (129,57,25). Sum of RGB (Red+Green+Blue) = 129+57+25=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #813919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813919 is #7EC6E6. Grayscale: #4B4B4B. Windows color (decimal): -8308455 or 1653121. OLE color: 1653121.

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

Color convert

RGB1295725-
CMYK00.560.810.49
HSL18.46º67.53%30.2%-
HSV(B)18.46º80.62%50.59%-
XYZ10.697.661.84-
YUV74.8899.85166.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.14%
GREEN value IS 57 (22.66% from 255) = 27.01%
BLUE value IS 25 (10.16% from 255) = 11.85%
R=61.14%
G=27.01%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129572500.560.810.4918.4667.5330.2
Hex813919038513112441e
Octal2017131070121612210436
Binary10000001111001110010111000101000111000110010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813919; }

 p { color: rgb(129,57,25); }

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

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

 a { background-color: rgb(129,57,25); }

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

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

 span { border-color: rgb(129,57,25); }

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