#794021

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

Shades of Peru Tan #794021

Tints of Peru Tan #794021

Color information

#794021 (or 0x794021) is unknown color: approx Peru Tan. HEX triplet: 79, 40 and 21. RGB value is (121,64,33). Sum of RGB (Red+Green+Blue) = 121+64+33=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #794021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794021 is #86BFDE. Grayscale: #4D4D4D. Windows color (decimal): -8830943 or 2179193. OLE color: 2179193.

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

Color convert

RGB1216433-
CMYK00.470.730.53
HSL21.14º57.14%30.2%-
HSV(B)21.14º72.73%47.45%-
XYZ9.997.842.43-
YUV77.51102.88159.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.50%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 33 (13.28% from 255) = 15.14%
R=55.50%
G=29.36%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121643300.470.730.5321.1457.1430.2
Hex79402102F493515391e
Octal1711004105711165257136
Binary11110011000000100001010111110010011101011010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794021; }

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

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

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

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

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

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

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

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