#773D19

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

Shades of Peru Tan #773D19

Tints of Peru Tan #773D19

Color information

#773D19 (or 0x773D19) is unknown color: approx Peru Tan. HEX triplet: 77, 3D and 19. RGB value is (119,61,25). Sum of RGB (Red+Green+Blue) = 119+61+25=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #773D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773D19 is #88C2E6. Grayscale: #4A4A4A. Windows color (decimal): -8962791 or 1654135. OLE color: 1654135.

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

Color convert

RGB1196125-
CMYK00.490.790.53
HSL22.98º65.28%28.24%-
HSV(B)22.98º78.99%46.67%-
XYZ9.457.331.84-
YUV74.24100.22159.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 61 (24.22% from 255) = 29.76%
BLUE value IS 25 (10.16% from 255) = 12.20%
R=58.05%
G=29.76%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119612500.490.790.5322.9865.2828.24
Hex773D190314F3517411c
Octal1677531061117652710134
Binary1110111111101110010110001100111111010110111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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