#794B3E

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

Shades of Nutmeg #794B3E

Tints of Nutmeg #794B3E

Color information

#794B3E (or 0x794B3E) is unknown color: approx Nutmeg. HEX triplet: 79, 4B and 3E. RGB value is (121,75,62). Sum of RGB (Red+Green+Blue) = 121+75+62=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #794B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794B3E is #86B4C1. Grayscale: #575757. Windows color (decimal): -8828098 or 4082553. OLE color: 4082553.

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

Color convert

RGB1217562-
CMYK00.380.490.53
HSL13.22º32.24%35.88%-
HSV(B)13.22º48.76%47.45%-
XYZ11.279.445.79-
YUV87.27113.74152.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.90%
GREEN value IS 75 (29.69% from 255) = 29.07%
BLUE value IS 62 (24.61% from 255) = 24.03%
R=46.90%
G=29.07%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121756200.380.490.5313.2232.2435.88
Hex794B3E0263135d2024
Octal171113760466165154044
Binary1111001100101111111001001101100011101011101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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