#794231

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

Shades of Peanut #794231

Tints of Peanut #794231

Color information

#794231 (or 0x794231) is unknown color: approx Peanut. HEX triplet: 79, 42 and 31. RGB value is (121,66,49). Sum of RGB (Red+Green+Blue) = 121+66+49=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #794231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794231 is #86BDCE. Grayscale: #505050. Windows color (decimal): -8830415 or 3228281. OLE color: 3228281.

HSL color Cylindrical-coordinate representation of color #794231: hue angle of 14.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #794231 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1216649-
CMYK00.450.600.53
HSL14.17º42.35%33.33%-
HSV(B)14.17º59.5%47.45%-
XYZ10.398.183.94-
YUV80.51110.22156.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.27%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 49 (19.53% from 255) = 20.76%
R=51.27%
G=27.97%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121664900.450.600.5314.1742.3533.33
Hex79423102D3C35e2a21
Octal171102610557465165241
Binary1111001100001011000101011011111001101011110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794231; }

 p { color: rgb(121,66,49); }

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

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

 a { background-color: rgb(121,66,49); }

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

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

 span { border-color: rgb(121,66,49); }

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