#794133

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

Shades of Peanut #794133

Tints of Peanut #794133

Color information

#794133 (or 0x794133) is unknown color: approx Peanut. HEX triplet: 79, 41 and 33. RGB value is (121,65,51). Sum of RGB (Red+Green+Blue) = 121+65+51=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #794133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794133 is #86BECC. Grayscale: #505050. Windows color (decimal): -8830669 or 3359097. OLE color: 3359097.

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

Color convert

RGB1216551-
CMYK00.460.580.53
HSL12º40.7%33.73%-
HSV(B)12º57.85%47.45%-
XYZ10.378.084.15-
YUV80.15111.55157.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.05%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=51.05%
G=27.43%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121655100.460.580.531240.733.73
Hex79413302E3A35c2922
Octal171101630567265145142
Binary1111001100000111001101011101110101101011100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794133; }

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

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

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

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

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

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

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

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