#773611

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

Shades of Peru Tan #773611

Tints of Peru Tan #773611

Color information

#773611 (or 0x773611) is unknown color: approx Peru Tan. HEX triplet: 77, 36 and 11. RGB value is (119,54,17). Sum of RGB (Red+Green+Blue) = 119+54+17=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #773611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773611 is #88C9EE. Grayscale: #454545. Windows color (decimal): -8964591 or 1128055. OLE color: 1128055.

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

Color convert

RGB1195417-
CMYK00.550.860.53
HSL21.76º75%26.67%-
HSV(B)21.76º85.71%46.67%-
XYZ9.036.61.33-
YUV69.2298.53163.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.63%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 17 (7.03% from 255) = 8.95%
R=62.63%
G=28.42%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119541700.550.860.5321.767526.67
Hex7736110375635164b1b
Octal1676621067126652611333
Binary1110111110110100010110111101011011010110110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773611; }

 p { color: rgb(119,54,17); }

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

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

 a { background-color: rgb(119,54,17); }

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

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

 span { border-color: rgb(119,54,17); }

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