#773716

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

Shades of Peru Tan #773716

Tints of Peru Tan #773716

Color information

#773716 (or 0x773716) is unknown color: approx Peru Tan. HEX triplet: 77, 37 and 16. RGB value is (119,55,22). Sum of RGB (Red+Green+Blue) = 119+55+22=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #773716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773716 is #88C8E9. Grayscale: #464646. Windows color (decimal): -8964330 or 1455991. OLE color: 1455991.

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

Color convert

RGB1195522-
CMYK00.540.820.53
HSL20.41º68.79%27.65%-
HSV(B)20.41º81.51%46.67%-
XYZ9.126.711.57-
YUV70.37100.7162.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.71%
GREEN value IS 55 (21.88% from 255) = 28.06%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=60.71%
G=28.06%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119552200.540.820.5320.4168.7927.65
Hex773716036523514451c
Octal1676726066122652410534
Binary1110111110111101100110110101001011010110100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773716; }

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

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

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

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

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

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

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

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