#773B19

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

Shades of Peru Tan #773B19

Tints of Peru Tan #773B19

Color information

#773B19 (or 0x773B19) is unknown color: approx Peru Tan. HEX triplet: 77, 3B and 19. RGB value is (119,59,25). Sum of RGB (Red+Green+Blue) = 119+59+25=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #773B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773B19 is #88C4E6. Grayscale: #494949. Windows color (decimal): -8963303 or 1653623. OLE color: 1653623.

HSL color Cylindrical-coordinate representation of color #773B19: hue angle of 21.7º 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 #773B19 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1195925-
CMYK00.500.790.53
HSL21.7º65.28%28.24%-
HSV(B)21.7º78.99%46.67%-
XYZ9.357.121.8-
YUV73.06100.88160.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 59 (23.44% from 255) = 29.06%
BLUE value IS 25 (10.16% from 255) = 12.32%
R=58.62%
G=29.06%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119592500.500.790.5321.765.2828.24
Hex773B190324F3516411c
Octal1677331062117652610134
Binary1110111111011110010110010100111111010110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773B19; }

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

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

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

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

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

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

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

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