#794122

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

Shades of Peru Tan #794122

Tints of Peru Tan #794122

Color information

#794122 (or 0x794122) is unknown color: approx Peru Tan. HEX triplet: 79, 41 and 22. RGB value is (121,65,34). Sum of RGB (Red+Green+Blue) = 121+65+34=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #794122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794122 is #86BEDD. Grayscale: #4E4E4E. Windows color (decimal): -8830686 or 2244985. OLE color: 2244985.

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

Color convert

RGB1216534-
CMYK00.460.720.53
HSL21.38º56.13%30.39%-
HSV(B)21.38º71.9%47.45%-
XYZ10.067.962.52-
YUV78.21103.05158.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55%
GREEN value IS 65 (25.78% from 255) = 29.55%
BLUE value IS 34 (13.67% from 255) = 15.45%
R=55%
G=29.55%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121653400.460.720.5321.3856.1330.39
Hex79412202E483515381e
Octal1711014205611065257036
Binary11110011000001100010010111010010001101011010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794122; }

 p { color: rgb(121,65,34); }

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

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

 a { background-color: rgb(121,65,34); }

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

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

 span { border-color: rgb(121,65,34); }

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