#794031

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

Shades of Peanut #794031

Tints of Peanut #794031

Color information

#794031 (or 0x794031) is unknown color: approx Peanut. HEX triplet: 79, 40 and 31. RGB value is (121,64,49). Sum of RGB (Red+Green+Blue) = 121+64+49=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #794031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794031 is #86BFCE. Grayscale: #4F4F4F. Windows color (decimal): -8830927 or 3227769. OLE color: 3227769.

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

Color convert

RGB1216449-
CMYK00.470.600.53
HSL12.5º42.35%33.33%-
HSV(B)12.5º59.5%47.45%-
XYZ10.277.953.9-
YUV79.33110.88157.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.71%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=51.71%
G=27.35%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121644900.470.600.5312.542.3533.33
Hex79403102F3C35d2a21
Octal171100610577465155241
Binary1111001100000011000101011111111001101011101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794031; }

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

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

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

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

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

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

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

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