#773E20

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

Shades of Peru Tan #773E20

Tints of Peru Tan #773E20

Color information

#773E20 (or 0x773E20) is unknown color: approx Peru Tan. HEX triplet: 77, 3E and 20. RGB value is (119,62,32). Sum of RGB (Red+Green+Blue) = 119+62+32=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #773E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E20 is #88C1DF. Grayscale: #4B4B4B. Windows color (decimal): -8962528 or 2113143. OLE color: 2113143.

HSL color Cylindrical-coordinate representation of color #773E20: hue angle of 20.69º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #773E20 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1196232-
CMYK00.480.730.53
HSL20.69º57.62%29.61%-
HSV(B)20.69º73.11%46.67%-
XYZ9.597.472.3-
YUV75.62103.38158.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.87%
GREEN value IS 62 (24.61% from 255) = 29.11%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=55.87%
G=29.11%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119623200.480.730.5320.6957.6229.61
Hex773E200304935153a1e
Octal167764006011165257236
Binary1110111111110100000011000010010011101011010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,62,32); }

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

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

 a { background-color: rgb(119,62,32); }

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

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

 span { border-color: rgb(119,62,32); }

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