#773115

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

Shades of Peru Tan #773115

Tints of Peru Tan #773115

Color information

#773115 (or 0x773115) is unknown color: approx Peru Tan. HEX triplet: 77, 31 and 15. RGB value is (119,49,21). Sum of RGB (Red+Green+Blue) = 119+49+21=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #773115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773115 is #88CEEA. Grayscale: #424242. Windows color (decimal): -8965867 or 1388919. OLE color: 1388919.

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

Color convert

RGB1194921-
CMYK00.590.820.53
HSL17.14º70%27.45%-
HSV(B)17.14º82.35%46.67%-
XYZ8.846.171.43-
YUV66.74102.19165.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 49 (19.53% from 255) = 25.93%
BLUE value IS 21 (8.59% from 255) = 11.11%
R=62.96%
G=25.93%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119492100.590.820.5317.147027.45
Hex77311503B523511461b
Octal1676125073122652110633
Binary1110111110001101010111011101001011010110001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773115; }

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

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

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

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

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

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

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

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