#794F48

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

Shades of Nutmeg #794F48

Tints of Nutmeg #794F48

Color information

#794F48 (or 0x794F48) is unknown color: approx Nutmeg. HEX triplet: 79, 4F and 48. RGB value is (121,79,72). Sum of RGB (Red+Green+Blue) = 121+79+72=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #794F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794F48 is #86B0B7. Grayscale: #5A5A5A. Windows color (decimal): -8827064 or 4738937. OLE color: 4738937.

HSL color Cylindrical-coordinate representation of color #794F48: hue angle of 8.57º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #794F48 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1217972-
CMYK00.350.400.53
HSL8.57º25.39%37.84%-
HSV(B)8.57º40.5%47.45%-
XYZ11.8510.127.46-
YUV90.76117.41149.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 72 (28.52% from 255) = 26.47%
R=44.49%
G=29.04%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121797200.350.400.538.5725.3937.84
Hex794F48023283591926
Octal1711171100435065113146
Binary1111001100111110010000100011101000110101100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794F48; }

 p { color: rgb(121,79,72); }

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

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

 a { background-color: rgb(121,79,72); }

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

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

 span { border-color: rgb(121,79,72); }

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