#773016

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

Shades of Peru Tan #773016

Tints of Peru Tan #773016

Color information

#773016 (or 0x773016) is unknown color: approx Peru Tan. HEX triplet: 77, 30 and 16. RGB value is (119,48,22). Sum of RGB (Red+Green+Blue) = 119+48+22=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #773016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773016 is #88CFE9. Grayscale: #424242. Windows color (decimal): -8966122 or 1454199. OLE color: 1454199.

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

Color convert

RGB1194822-
CMYK00.600.820.53
HSL16.08º68.79%27.65%-
HSV(B)16.08º81.51%46.67%-
XYZ8.816.091.47-
YUV66.26103.02165.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 48 (19.14% from 255) = 25.40%
BLUE value IS 22 (8.98% from 255) = 11.64%
R=62.96%
G=25.40%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119482200.600.820.5316.0868.7927.65
Hex77301603C523510451c
Octal1676026074122652010534
Binary1110111110000101100111100101001011010110000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773016; }

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

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

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

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

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

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

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

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