#773211

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

Shades of Peru Tan #773211

Tints of Peru Tan #773211

Color information

#773211 (or 0x773211) is unknown color: approx Peru Tan. HEX triplet: 77, 32 and 11. RGB value is (119,50,17). Sum of RGB (Red+Green+Blue) = 119+50+17=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #773211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773211 is #88CDEE. Grayscale: #434343. Windows color (decimal): -8965615 or 1127031. OLE color: 1127031.

HSL color Cylindrical-coordinate representation of color #773211: hue angle of 19.41º 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 #773211 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1195017-
CMYK00.580.860.53
HSL19.41º75%26.67%-
HSV(B)19.41º85.71%46.67%-
XYZ8.856.241.27-
YUV66.8799.86165.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.98%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 17 (7.03% from 255) = 9.14%
R=63.98%
G=26.88%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119501700.580.860.5319.417526.67
Hex77321103A5635134b1b
Octal1676221072126652311333
Binary1110111110010100010111010101011011010110011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773211; }

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

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

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

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

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

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

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

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