#773610

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

Shades of Peru Tan #773610

Tints of Peru Tan #773610

Color information

#773610 (or 0x773610) is unknown color: approx Peru Tan. HEX triplet: 77, 36 and 10. RGB value is (119,54,16). Sum of RGB (Red+Green+Blue) = 119+54+16=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #773610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773610 is #88C9EF. Grayscale: #454545. Windows color (decimal): -8964592 or 1062519. OLE color: 1062519.

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

Color convert

RGB1195416-
CMYK00.550.870.53
HSL22.14º76.3%26.47%-
HSV(B)22.14º86.55%46.67%-
XYZ9.026.61.29-
YUV69.198.03163.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 16 (6.64% from 255) = 8.47%
R=62.96%
G=28.57%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119541600.550.870.5322.1476.326.47
Hex7736100375735164c1a
Octal1676620067127652611432
Binary1110111110110100000110111101011111010110110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773610; }

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

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

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

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

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

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

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

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