#773216

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

Shades of Peru Tan #773216

Tints of Peru Tan #773216

Color information

#773216 (or 0x773216) is unknown color: approx Peru Tan. HEX triplet: 77, 32 and 16. RGB value is (119,50,22). Sum of RGB (Red+Green+Blue) = 119+50+22=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #773216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773216 is #88CDE9. Grayscale: #434343. Windows color (decimal): -8965610 or 1454711. OLE color: 1454711.

HSL color Cylindrical-coordinate representation of color #773216: hue angle of 17.32º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #773216 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1195022-
CMYK00.580.820.53
HSL17.32º68.79%27.65%-
HSV(B)17.32º81.51%46.67%-
XYZ8.896.261.5-
YUV67.44102.36164.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.30%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=62.30%
G=26.18%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119502200.580.820.5317.3268.7927.65
Hex77321603A523511451c
Octal1676226072122652110534
Binary1110111110010101100111010101001011010110001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773216; }

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

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

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

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

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

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

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

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