#773613

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

Shades of Peru Tan #773613

Tints of Peru Tan #773613

Color information

#773613 (or 0x773613) is unknown color: approx Peru Tan. HEX triplet: 77, 36 and 13. RGB value is (119,54,19). Sum of RGB (Red+Green+Blue) = 119+54+19=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #773613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773613 is #88C9EC. Grayscale: #454545. Windows color (decimal): -8964589 or 1259127. OLE color: 1259127.

HSL color Cylindrical-coordinate representation of color #773613: hue angle of 21º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #773613 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB1195419-
CMYK00.550.840.53
HSL21º72.46%27.06%-
HSV(B)21º84.03%46.67%-
XYZ9.046.611.41-
YUV69.4499.53163.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.98%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 19 (7.81% from 255) = 9.90%
R=61.98%
G=28.12%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119541900.550.840.532172.4627.06
Hex773613037543515481b
Octal1676623067124652511033
Binary1110111110110100110110111101010011010110101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773613; }

 p { color: rgb(119,54,19); }

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

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

 a { background-color: rgb(119,54,19); }

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

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

 span { border-color: rgb(119,54,19); }

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