#773721

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

Shades of Peru Tan #773721

Tints of Peru Tan #773721

Color information

#773721 (or 0x773721) is unknown color: approx Peru Tan. HEX triplet: 77, 37 and 21. RGB value is (119,55,33). Sum of RGB (Red+Green+Blue) = 119+55+33=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #773721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773721 is #88C8DE. Grayscale: #474747. Windows color (decimal): -8964319 or 2176887. OLE color: 2176887.

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

Color convert

RGB1195533-
CMYK00.540.720.53
HSL15.35º56.58%29.8%-
HSV(B)15.35º72.27%46.67%-
XYZ9.256.762.26-
YUV71.63106.2161.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 33 (13.28% from 255) = 15.94%
R=57.49%
G=26.57%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119553300.540.720.5315.3556.5829.8
Hex7737210364835f391e
Octal167674106611065177136
Binary111011111011110000101101101001000110101111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773721; }

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

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

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

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

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

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

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

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