#793312

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

Shades of Peru Tan #793312

Tints of Peru Tan #793312

Color information

#793312 (or 0x793312) is unknown color: approx Peru Tan. HEX triplet: 79, 33 and 12. RGB value is (121,51,18). Sum of RGB (Red+Green+Blue) = 121+51+18=190 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.68% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 121 - color contains mainly: red. Hex color #793312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793312 is #86CCED. Grayscale: #444444. Windows color (decimal): -8834286 or 1192825. OLE color: 1192825.

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

Color convert

RGB1215118-
CMYK00.580.850.53
HSL19.22º74.1%27.25%-
HSV(B)19.22º85.12%47.45%-
XYZ9.186.481.34-
YUV68.1799.69165.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.68%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=63.68%
G=26.84%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121511800.580.850.5319.2274.127.25
Hex79331203A5535134a1b
Octal1716322072125652311233
Binary1111001110011100100111010101010111010110011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793312; }

 p { color: rgb(121,51,18); }

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

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

 a { background-color: rgb(121,51,18); }

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

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

 span { border-color: rgb(121,51,18); }

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