#773105

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

Shades of Peru Tan #773105

Tints of Peru Tan #773105

Color information

#773105 (or 0x773105) is unknown color: approx Peru Tan. HEX triplet: 77, 31 and 05. RGB value is (119,49,5). Sum of RGB (Red+Green+Blue) = 119+49+5=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #773105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773105 is #88CEFA. Grayscale: #414141. Windows color (decimal): -8965883 or 340343. OLE color: 340343.

HSL color Cylindrical-coordinate representation of color #773105: hue angle of 23.16º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #773105 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB119495-
CMYK00.590.960.53
HSL23.16º91.94%24.31%-
HSV(B)23.16º95.8%46.67%-
XYZ8.736.130.87-
YUV64.9194.19166.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.79%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=68.79%
G=28.32%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11949500.590.960.5323.1691.9424.31
Hex7731503B6035175c18
Octal167615073140652713430
Binary11101111100011010111011110000011010110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773105; }

 p { color: rgb(119,49,5); }

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

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

 a { background-color: rgb(119,49,5); }

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

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

 span { border-color: rgb(119,49,5); }

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