#794B3F

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

Shades of Nutmeg #794B3F

Tints of Nutmeg #794B3F

Color information

#794B3F (or 0x794B3F) is unknown color: approx Nutmeg. HEX triplet: 79, 4B and 3F. RGB value is (121,75,63). Sum of RGB (Red+Green+Blue) = 121+75+63=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #794B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794B3F is #86B4C0. Grayscale: #575757. Windows color (decimal): -8828097 or 4148089. OLE color: 4148089.

HSL color Cylindrical-coordinate representation of color #794B3F: hue angle of 12.41º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #794B3F is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1217563-
CMYK00.380.480.53
HSL12.41º31.52%36.08%-
HSV(B)12.41º47.93%47.45%-
XYZ11.39.465.93-
YUV87.39114.24151.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.72%
GREEN value IS 75 (29.69% from 255) = 28.96%
BLUE value IS 63 (25% from 255) = 24.32%
R=46.72%
G=28.96%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121756300.380.480.5312.4131.5236.08
Hex794B3F0263035c2024
Octal171113770466065144044
Binary1111001100101111111101001101100001101011100100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,75,63); }

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

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

 a { background-color: rgb(121,75,63); }

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

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

 span { border-color: rgb(121,75,63); }

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