#773B21

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

Shades of Peru Tan #773B21

Tints of Peru Tan #773B21

Color information

#773B21 (or 0x773B21) is unknown color: approx Peru Tan. HEX triplet: 77, 3B and 21. RGB value is (119,59,33). Sum of RGB (Red+Green+Blue) = 119+59+33=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #773B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B21 is #88C4DE. Grayscale: #4A4A4A. Windows color (decimal): -8963295 or 2177911. OLE color: 2177911.

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

Color convert

RGB1195933-
CMYK00.500.720.53
HSL18.14º56.58%29.8%-
HSV(B)18.14º72.27%46.67%-
XYZ9.457.162.32-
YUV73.98104.88160.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 59 (23.44% from 255) = 27.96%
BLUE value IS 33 (13.28% from 255) = 15.64%
R=56.40%
G=27.96%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119593300.500.720.5318.1456.5829.8
Hex773B21032483512391e
Octal167734106211065227136
Binary1110111111011100001011001010010001101011001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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