#794538

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

Shades of Peanut #794538

Tints of Peanut #794538

Color information

#794538 (or 0x794538) is unknown color: approx Peanut. HEX triplet: 79, 45 and 38. RGB value is (121,69,56). Sum of RGB (Red+Green+Blue) = 121+69+56=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #794538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794538 is #86BAC7. Grayscale: #535353. Windows color (decimal): -8829640 or 3687801. OLE color: 3687801.

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

Color convert

RGB1216956-
CMYK00.430.540.53
HSL12º36.72%34.71%-
HSV(B)12º53.72%47.45%-
XYZ10.738.614.84-
YUV83.07112.73155.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 56 (22.27% from 255) = 22.76%
R=49.19%
G=28.05%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121695600.430.540.531236.7234.71
Hex79453802B3635c2523
Octal171105700536665144543
Binary1111001100010111100001010111101101101011100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794538; }

 p { color: rgb(121,69,56); }

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

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

 a { background-color: rgb(121,69,56); }

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

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

 span { border-color: rgb(121,69,56); }

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