#794A3D

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

Shades of Nutmeg #794A3D

Tints of Nutmeg #794A3D

Color information

#794A3D (or 0x794A3D) is unknown color: approx Nutmeg. HEX triplet: 79, 4A and 3D. RGB value is (121,74,61). Sum of RGB (Red+Green+Blue) = 121+74+61=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 121 - color contains mainly: red. Hex color #794A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794A3D is #86B5C2. Grayscale: #565656. Windows color (decimal): -8828355 or 4016761. OLE color: 4016761.

HSL color Cylindrical-coordinate representation of color #794A3D: hue angle of 13º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #794A3D is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1217461-
CMYK00.390.500.53
HSL13º32.97%35.69%-
HSV(B)13º49.59%47.45%-
XYZ11.189.35.62-
YUV86.57113.57152.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.27%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=47.27%
G=28.91%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121746100.390.500.531332.9735.69
Hex794A3D0273235d2124
Octal171112750476265154144
Binary1111001100101011110101001111100101101011101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,74,61); }

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

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

 a { background-color: rgb(121,74,61); }

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

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

 span { border-color: rgb(121,74,61); }

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