#773A17

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

Shades of Peru Tan #773A17

Tints of Peru Tan #773A17

Color information

#773A17 (or 0x773A17) is unknown color: approx Peru Tan. HEX triplet: 77, 3A and 17. RGB value is (119,58,23). Sum of RGB (Red+Green+Blue) = 119+58+23=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #773A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773A17 is #88C5E8. Grayscale: #484848. Windows color (decimal): -8963561 or 1522295. OLE color: 1522295.

HSL color Cylindrical-coordinate representation of color #773A17: hue angle of 21.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #773A17 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB1195823-
CMYK00.510.810.53
HSL21.88º67.61%27.84%-
HSV(B)21.88º80.67%46.67%-
XYZ9.287.011.67-
YUV72.25100.21161.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.5%
GREEN value IS 58 (23.05% from 255) = 29%
BLUE value IS 23 (9.38% from 255) = 11.5%
R=59.5%
G=29%
B=11.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119582300.510.810.5321.8867.6127.84
Hex773A17033513516441c
Octal1677227063121652610434
Binary1110111111010101110110011101000111010110110100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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