#793116

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

Shades of Peru Tan #793116

Tints of Peru Tan #793116

Color information

#793116 (or 0x793116) is unknown color: approx Peru Tan. HEX triplet: 79, 31 and 16. RGB value is (121,49,22). Sum of RGB (Red+Green+Blue) = 121+49+22=192 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.02% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 121 - color contains mainly: red. Hex color #793116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793116 is #86CEE9. Grayscale: #434343. Windows color (decimal): -8834794 or 1454457. OLE color: 1454457.

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

Color convert

RGB1214922-
CMYK00.600.820.53
HSL16.36º69.23%28.04%-
HSV(B)16.36º81.82%47.45%-
XYZ9.136.321.5-
YUV67.45102.35166.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.02%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=63.02%
G=25.52%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121492200.600.820.5316.3669.2328.04
Hex79311603C523510451c
Octal1716126074122652010534
Binary1111001110001101100111100101001011010110000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793116; }

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

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

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

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

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

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

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

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