#793111

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

Shades of Peru Tan #793111

Tints of Peru Tan #793111

Color information

#793111 (or 0x793111) is unknown color: approx Peru Tan. HEX triplet: 79, 31 and 11. RGB value is (121,49,17). Sum of RGB (Red+Green+Blue) = 121+49+17=187 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.71% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 121 - color contains mainly: red. Hex color #793111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793111 is #86CEEE. Grayscale: #434343. Windows color (decimal): -8834799 or 1126777. OLE color: 1126777.

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

Color convert

RGB1214917-
CMYK00.600.860.53
HSL18.46º75.36%27.06%-
HSV(B)18.46º85.95%47.45%-
XYZ9.086.31.27-
YUV66.8899.85166.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.71%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=64.71%
G=26.20%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121491700.600.860.5318.4675.3627.06
Hex79311103C5635124b1b
Octal1716121074126652211333
Binary1111001110001100010111100101011011010110010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793111; }

 p { color: rgb(121,49,17); }

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

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

 a { background-color: rgb(121,49,17); }

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

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

 span { border-color: rgb(121,49,17); }

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