#794320

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

Shades of Peru Tan #794320

Tints of Peru Tan #794320

Color information

#794320 (or 0x794320) is unknown color: approx Peru Tan. HEX triplet: 79, 43 and 20. RGB value is (121,67,32). Sum of RGB (Red+Green+Blue) = 121+67+32=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #794320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794320 is #86BCDF. Grayscale: #4F4F4F. Windows color (decimal): -8830176 or 2114425. OLE color: 2114425.

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

Color convert

RGB1216732-
CMYK00.450.740.53
HSL23.6º58.17%30%-
HSV(B)23.6º73.55%47.45%-
XYZ10.158.182.41-
YUV79.16101.39157.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 32 (12.89% from 255) = 14.55%
R=55%
G=30.45%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121673200.450.740.5323.658.1730
Hex79432002D4A35183a1e
Octal1711034005511265307236
Binary11110011000011100000010110110010101101011100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794320; }

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

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

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

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

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

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

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

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