#773519

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

Shades of Peru Tan #773519

Tints of Peru Tan #773519

Color information

#773519 (or 0x773519) is unknown color: approx Peru Tan. HEX triplet: 77, 35 and 19. RGB value is (119,53,25). Sum of RGB (Red+Green+Blue) = 119+53+25=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #773519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773519 is #88CAE6. Grayscale: #454545. Windows color (decimal): -8964839 or 1652087. OLE color: 1652087.

HSL color Cylindrical-coordinate representation of color #773519: hue angle of 17.87º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #773519 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1195325-
CMYK00.550.790.53
HSL17.87º65.28%28.24%-
HSV(B)17.87º78.99%46.67%-
XYZ9.066.541.7-
YUV69.54102.87163.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.41%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 25 (10.16% from 255) = 12.69%
R=60.41%
G=26.90%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119532500.550.790.5317.8765.2828.24
Hex7735190374F3512411c
Octal1676531067117652210134
Binary1110111110101110010110111100111111010110010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773519; }

 p { color: rgb(119,53,25); }

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

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

 a { background-color: rgb(119,53,25); }

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

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

 span { border-color: rgb(119,53,25); }

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