#793511

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

Shades of Peru Tan #793511

Tints of Peru Tan #793511

Color information

#793511 (or 0x793511) is unknown color: approx Peru Tan. HEX triplet: 79, 35 and 11. RGB value is (121,53,17). Sum of RGB (Red+Green+Blue) = 121+53+17=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #793511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793511 is #86CAEE. Grayscale: #454545. Windows color (decimal): -8833775 or 1127801. OLE color: 1127801.

HSL color Cylindrical-coordinate representation of color #793511: hue angle of 20.77º 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 #793511 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1215317-
CMYK00.560.860.53
HSL20.77º75.36%27.06%-
HSV(B)20.77º85.95%47.45%-
XYZ9.266.651.33-
YUV69.2398.53164.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.35%
GREEN value IS 53 (21.09% from 255) = 27.75%
BLUE value IS 17 (7.03% from 255) = 8.90%
R=63.35%
G=27.75%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121531700.560.860.5320.7775.3627.06
Hex7935110385635154b1b
Octal1716521070126652511333
Binary1111001110101100010111000101011011010110101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793511; }

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

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

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

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

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

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

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

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