#794020

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

Shades of Peru Tan #794020

Tints of Peru Tan #794020

Color information

#794020 (or 0x794020) is unknown color: approx Peru Tan. HEX triplet: 79, 40 and 20. RGB value is (121,64,32). Sum of RGB (Red+Green+Blue) = 121+64+32=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #794020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794020 is #86BFDF. Grayscale: #4D4D4D. Windows color (decimal): -8830944 or 2113657. OLE color: 2113657.

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

Color convert

RGB1216432-
CMYK00.470.740.53
HSL21.57º58.17%30%-
HSV(B)21.57º73.55%47.45%-
XYZ9.987.842.35-
YUV77.4102.38159.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.76%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=55.76%
G=29.49%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121643200.470.740.5321.5758.1730
Hex79402002F4A35163a1e
Octal1711004005711265267236
Binary11110011000000100000010111110010101101011011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794020; }

 p { color: rgb(121,64,32); }

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

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

 a { background-color: rgb(121,64,32); }

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

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

 span { border-color: rgb(121,64,32); }

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