#773A16

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

Shades of Peru Tan #773A16

Tints of Peru Tan #773A16

Color information

#773A16 (or 0x773A16) is unknown color: approx Peru Tan. HEX triplet: 77, 3A and 16. RGB value is (119,58,22). Sum of RGB (Red+Green+Blue) = 119+58+22=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #773A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773A16 is #88C5E9. Grayscale: #484848. Windows color (decimal): -8963562 or 1456759. OLE color: 1456759.

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

Color convert

RGB1195822-
CMYK00.510.820.53
HSL22.27º68.79%27.65%-
HSV(B)22.27º81.51%46.67%-
XYZ9.277.011.62-
YUV72.1399.71161.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 58 (23.05% from 255) = 29.15%
BLUE value IS 22 (8.98% from 255) = 11.06%
R=59.80%
G=29.15%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119582200.510.820.5322.2768.7927.65
Hex773A16033523516451c
Octal1677226063122652610534
Binary1110111111010101100110011101001011010110110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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